#D69E87

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

Shades of Rose #D69E87

Tints of Rose #D69E87

Color information

#D69E87 (or 0xD69E87) is unknown color: approx Rose. HEX triplet: D6, 9E and 87. RGB value is (214,158,135). Sum of RGB (Red+Green+Blue) = 214+158+135=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 135 (53.12% from 255 or 26.63% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69E87 is #296178. Grayscale: #ACACAC. Windows color (decimal): -2711929 or 8888022. OLE color: 8888022.

HSL color Cylindrical-coordinate representation of color #D69E87: hue angle of 17.47º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D69E87 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB214158135-
CMYK00.260.370.16
HSL17.47º49.07%68.43%-
HSV(B)17.47º36.92%83.92%-
XYZ44.3340.528.4-
YUV172.12107.05157.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.21%
GREEN value IS 158 (62.11% from 255) = 31.16%
BLUE value IS 135 (53.12% from 255) = 26.63%
R=42.21%
G=31.16%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415813500.260.370.1617.4749.0768.43
HexD69E8701A2510113144
Octal32623620703245202161104
Binary11010110100111101000011101101010010110000100011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69E87; }

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

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

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

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

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

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

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

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