#D29D94

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

Shades of Rose #D29D94

Tints of Rose #D29D94

Color information

#D29D94 (or 0xD29D94) is unknown color: approx Rose. HEX triplet: D2, 9D and 94. RGB value is (210,157,148). Sum of RGB (Red+Green+Blue) = 210+157+148=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29D94 is #2D626B. Grayscale: #ABABAB. Windows color (decimal): -2974316 or 9739730. OLE color: 9739730.

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

Color convert

RGB210157148-
CMYK00.250.300.18
HSL8.71º40.79%70.2%-
HSV(B)8.71º29.52%82.35%-
XYZ43.9839.9533.41-
YUV171.82114.56155.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.78%
GREEN value IS 157 (61.72% from 255) = 30.49%
BLUE value IS 148 (58.20% from 255) = 28.74%
R=40.78%
G=30.49%
B=28.74%

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
Decimal21015714800.250.300.188.7140.7970.2
HexD29D940191E1292946
Octal32223522403136221151106
Binary110100101001110110010100011001111101001010011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29D94; }

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

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

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

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

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

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

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

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