#D69E96

Color #D69E96 Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose #D69E96

Tints of Rose #D69E96

Color information

#D69E96 (or 0xD69E96) is unknown color: approx Rose. HEX triplet: D6, 9E and 96. RGB value is (214,158,150). Sum of RGB (Red+Green+Blue) = 214+158+150=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69E96 is #296169. Grayscale: #ADADAD. Windows color (decimal): -2711914 or 9871062. OLE color: 9871062.

HSL color Cylindrical-coordinate representation of color #D69E96: hue angle of 7.5º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69E96 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214158150-
CMYK00.260.300.16
HSL7.5º43.84%71.37%-
HSV(B)7.5º29.91%83.92%-
XYZ45.4640.9534.36-
YUV173.83114.55156.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 41.00%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 150 (58.98% from 255) = 28.74%
R=41.00%
G=30.27%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415815000.260.300.167.543.8471.37
HexD69E9601A1E1082c47
Octal32623622603236201054107
Binary110101101001111010010110011010111101000010001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69E96; }

 p { color: rgb(214,158,150); }

 H1.HeaderClassName
 {
   color: #D69E96;
 }
 .AnyTagClassName
 {
   color: #D69E96;
 }
</style>
background-color css

<style>
 a { background-color: #D69E96; }

 a { background-color: rgb(214,158,150); }

 div.DivClassName
 {
   background-color: #D69E96;
 }
 .BgClassName
 {
   background-color: #D69E96;
 }
</style>
border-color css

<style>
 span { border-color: #D69E96; }

 span { border-color: rgb(214,158,150); }

 td.TdClassName
 {
   border-color: #D69E96;
 }
 .TagClassName
 {
   border-color: #D69E96;
 }
</style>