Html Css Color HEX #D29989 Rose

📋 copy color: '#D29989'

red 210 ◦ green 153 ◦ blue 137

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

Shades of Rose #D29989

Tints of Rose #D29989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.4%

R = 42%
G = 30.6%
B = 27.4%

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

#D29989 (or 0xD29989) is known color: Rose. HEX triplet: D2, 99 and 89. RGB value is (210,153,137). Sum of RGB (Red+Green+Blue) = 210+153+137=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D29989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29989 is #2D6676. Grayscale: #A8A8A8. Windows color (decimal): -2975351 or 9017810. OLE color: 9017810.

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

Color convert

RGB 210 153 137 -
CMYK 0 0.27 0.35 0.18
HSL 13.15º 0.45% 0.68% -
HSV(B) 13.15º 0.35% 0.82% -
XYZ 42.48 38.29 28.82 -
YUV 168.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 210 153 137 0 0.27 0.35 0.18 13.15 0.45 0.68
Hex D2 99 89 0 1B 23 12 D 2D 44
Octal 322 231 211 0 33 43 22 15 55 104
Binary 11010010 10011001 10001001 0 11011 100011 10010 1101 101101 1000100

Color Harmonies of #D29989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29989

Black with #D29989

Text Example


Text Example

White with #D29989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29989; }

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

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

background-color css

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

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

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

border-color css

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

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

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