#D29D98

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

Shades of Rose #D29D98

Tints of Rose #D29D98

Color information

#D29D98 (or 0xD29D98) is unknown color: approx Rose. HEX triplet: D2, 9D and 98. RGB value is (210,157,152). Sum of RGB (Red+Green+Blue) = 210+157+152=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29D98 is #2D6267. Grayscale: #ACACAC. Windows color (decimal): -2974312 or 10001874. OLE color: 10001874.

HSL color Cylindrical-coordinate representation of color #D29D98: hue angle of 5.17º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D29D98 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB210157152-
CMYK00.250.280.18
HSL5.17º39.19%70.98%-
HSV(B)5.17º27.62%82.35%-
XYZ44.340.0835.11-
YUV172.28116.56154.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 157 (61.72% from 255) = 30.25%
BLUE value IS 152 (59.77% from 255) = 29.29%
R=40.46%
G=30.25%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015715200.250.280.185.1739.1970.98
HexD29D980191C1252747
Octal3222352300313422547107
Binary11010010100111011001100001100111100100101011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29D98; }

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

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

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

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

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

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

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

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