Html Css Color HEX #D29A88 Rose

📋 copy color: '#D29A88'

red 210 ◦ green 154 ◦ blue 136

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

Shades of Rose #D29A88

Tints of Rose #D29A88

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.8%

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

R = 42%
G = 30.8%
B = 27.2%

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

#D29A88 (or 0xD29A88) is known color: Rose. HEX triplet: D2, 9A and 88. RGB value is (210,154,136). Sum of RGB (Red+Green+Blue) = 210+154+136=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A88 is #2D6577. Grayscale: #A8A8A8. Windows color (decimal): -2975096 or 8952530. OLE color: 8952530.

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

Color convert

RGB 210 154 136 -
CMYK 0 0.27 0.35 0.18
HSL 14.59º 0.45% 0.68% -
HSV(B) 14.59º 0.35% 0.82% -
XYZ 42.58 38.59 28.5 -
YUV 168.69 109.55 157.46 -
System Red Green Blue C M Y K H S L
Decimal 210 154 136 0 0.27 0.35 0.18 14.59 0.45 0.68
Hex D2 9A 88 0 1B 23 12 F 2D 44
Octal 322 232 210 0 33 43 22 17 55 104
Binary 11010010 10011010 10001000 0 11011 100011 10010 1111 101101 1000100

Color Harmonies of #D29A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A88

Black with #D29A88

Text Example


Text Example

White with #D29A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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