#D29A87

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

Shades of Rose #D29A87

Tints of Rose #D29A87

Color information

#D29A87 (or 0xD29A87) is unknown color: approx Rose. HEX triplet: D2, 9A and 87. RGB value is (210,154,135). Sum of RGB (Red+Green+Blue) = 210+154+135=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A87 is #2D6578. Grayscale: #A8A8A8. Windows color (decimal): -2975097 or 8886994. OLE color: 8886994.

HSL color Cylindrical-coordinate representation of color #D29A87: hue angle of 15.2º 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 #D29A87 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB210154135-
CMYK00.270.360.18
HSL15.2º45.45%67.65%-
HSV(B)15.2º35.71%82.35%-
XYZ42.5138.5628.12-
YUV168.58109.05157.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.08%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 135 (53.12% from 255) = 27.05%
R=42.08%
G=30.86%
B=27.05%

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
Decimal21015413500.270.360.1815.245.4567.65
HexD29A8701B2412f2d44
Octal32223220703344221755104
Binary1101001010011010100001110110111001001001011111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29A87; }

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

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

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

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

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

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

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

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