#D29D93

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

Shades of Rose #D29D93

Tints of Rose #D29D93

Color information

#D29D93 (or 0xD29D93) is unknown color: approx Rose. HEX triplet: D2, 9D and 93. RGB value is (210,157,147). Sum of RGB (Red+Green+Blue) = 210+157+147=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29D93 is #2D626C. Grayscale: #ABABAB. Windows color (decimal): -2974317 or 9674194. OLE color: 9674194.

HSL color Cylindrical-coordinate representation of color #D29D93: hue angle of 9.52º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29D93 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB210157147-
CMYK00.250.300.18
HSL9.52º41.18%70%-
HSV(B)9.52º30%82.35%-
XYZ43.939.9233-
YUV171.71114.06155.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.86%
GREEN value IS 157 (61.72% from 255) = 30.54%
BLUE value IS 147 (57.81% from 255) = 28.60%
R=40.86%
G=30.54%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015714700.250.300.189.5241.1870
HexD29D930191E12a2946
Octal32223522303136221251106
Binary110100101001110110010011011001111101001010101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29D93; }

 p { color: rgb(210,157,147); }

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

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

 a { background-color: rgb(210,157,147); }

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

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

 span { border-color: rgb(210,157,147); }

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