Html Css Color HEX #D29D88 Rose

📋 copy color: '#D29D88'

red 210 ◦ green 157 ◦ blue 136

#D29D88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose #D29D88

Tints of Rose #D29D88

RGB

 RED value IS 210 (82.42% from 255) = 41.75%

 GREEN value IS 157 (61.72% from 255) = 31.21%

 BLUE value IS 136 (53.52% from 255) = 27.04%

R = 41.75%
G = 31.21%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D29D88 (or 0xD29D88) is known color: Rose. HEX triplet: D2, 9D and 88. RGB value is (210,157,136). Sum of RGB (Red+Green+Blue) = 210+157+136=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29D88 is #2D6277. Grayscale: #AAAAAA. Windows color (decimal): -2974328 or 8953298. OLE color: 8953298.

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

Color convert

RGB 210 157 136 -
CMYK 0 0.25 0.35 0.18
HSL 17.03º 0.45% 0.68% -
HSV(B) 17.03º 0.35% 0.82% -
XYZ 43.08 39.59 28.66 -
YUV 170.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 210 157 136 0 0.25 0.35 0.18 17.03 0.45 0.68
Hex D2 9D 88 0 19 23 12 11 2D 44
Octal 322 235 210 0 31 43 22 21 55 104
Binary 11010010 10011101 10001000 0 11001 100011 10010 10001 101101 1000100

Color Harmonies of #D29D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29D88

Black with #D29D88

Text Example


Text Example

White with #D29D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29D88; }

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

 H1.HeaderClassName
 {
   color: #D29D88;
 }
 .AnyTagClassName
 {
   color: #D29D88;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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