#D29A90

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

Shades of Rose #D29A90

Tints of Rose #D29A90

Color information

#D29A90 (or 0xD29A90) is unknown color: approx Rose. HEX triplet: D2, 9A and 90. RGB value is (210,154,144). Sum of RGB (Red+Green+Blue) = 210+154+144=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A90 is #2D656F. Grayscale: #A9A9A9. Windows color (decimal): -2975088 or 9476818. OLE color: 9476818.

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

Color convert

RGB210154144-
CMYK00.270.310.18
HSL9.09º42.31%69.41%-
HSV(B)9.09º31.43%82.35%-
XYZ43.1738.8331.6-
YUV169.6113.55156.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.34%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 144 (56.64% from 255) = 28.35%
R=41.34%
G=30.31%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015414400.270.310.189.0942.3169.41
HexD29A9001B1F1292a45
Octal32223222003337221152105
Binary110100101001101010010000011011111111001010011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29A90; }

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

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

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

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

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

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

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

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