Html Css Color HEX #D29988 Rose

📋 copy color: '#D29988'

red 210 ◦ green 153 ◦ blue 136

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

Shades of Rose #D29988

Tints of Rose #D29988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.66%

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

R = 42.08%
G = 30.66%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D29988 (or 0xD29988) is known color: Rose. HEX triplet: D2, 99 and 88. RGB value is (210,153,136). Sum of RGB (Red+Green+Blue) = 210+153+136=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D29988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29988 is #2D6677. Grayscale: #A8A8A8. Windows color (decimal): -2975352 or 8952274. OLE color: 8952274.

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

Color convert

RGB 210 153 136 -
CMYK 0 0.27 0.35 0.18
HSL 13.78º 0.45% 0.68% -
HSV(B) 13.78º 0.35% 0.82% -
XYZ 42.41 38.26 28.44 -
YUV 168.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 210 153 136 0 0.27 0.35 0.18 13.78 0.45 0.68
Hex D2 99 88 0 1B 23 12 E 2D 44
Octal 322 231 210 0 33 43 22 16 55 104
Binary 11010010 10011001 10001000 0 11011 100011 10010 1110 101101 1000100

Color Harmonies of #D29988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29988

Black with #D29988

Text Example


Text Example

White with #D29988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29988; }

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

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

background-color css

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

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

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

border-color css

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

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

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