#D29987

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

Shades of Rose #D29987

Tints of Rose #D29987

Color information

#D29987 (or 0xD29987) is unknown color: approx Rose. HEX triplet: D2, 99 and 87. RGB value is (210,153,135). Sum of RGB (Red+Green+Blue) = 210+153+135=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D29987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29987 is #2D6678. Grayscale: #A8A8A8. Windows color (decimal): -2975353 or 8886738. OLE color: 8886738.

HSL color Cylindrical-coordinate representation of color #D29987: hue angle of 14.4º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D29987 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB210153135-
CMYK00.270.360.18
HSL14.4º45.45%67.65%-
HSV(B)14.4º35.71%82.35%-
XYZ42.3438.2328.07-
YUV167.99109.38157.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.17%
GREEN value IS 153 (60.16% from 255) = 30.72%
BLUE value IS 135 (53.12% from 255) = 27.11%
R=42.17%
G=30.72%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015313500.270.360.1814.445.4567.65
HexD2998701B2412e2d44
Octal32223120703344221655104
Binary1101001010011001100001110110111001001001011101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29987; }

 p { color: rgb(210,153,135); }

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

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

 a { background-color: rgb(210,153,135); }

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

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

 span { border-color: rgb(210,153,135); }

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