Html Css Color HEX #D29B93 Rose

📋 copy color: '#D29B93'

red 210 ◦ green 155 ◦ blue 147

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

Shades of Rose #D29B93

Tints of Rose #D29B93

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.27%

 BLUE value IS 147 (57.81% from 255) = 28.71%

R = 41.02%
G = 30.27%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D29B93 (or 0xD29B93) is known color: Rose. HEX triplet: D2, 9B and 93. RGB value is (210,155,147). Sum of RGB (Red+Green+Blue) = 210+155+147=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29B93 is #2D646C. Grayscale: #AAAAAA. Windows color (decimal): -2974829 or 9673682. OLE color: 9673682.

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

Color convert

RGB 210 155 147 -
CMYK 0 0.26 0.30 0.18
HSL 7.62º 0.41% 0.7% -
HSV(B) 7.62º 0.3% 0.82% -
XYZ 43.57 39.25 32.88 -
YUV 170.53 114.72 156.15 -
System Red Green Blue C M Y K H S L
Decimal 210 155 147 0 0.26 0.30 0.18 7.62 0.41 0.7
Hex D2 9B 93 0 1A 1E 12 8 29 46
Octal 322 233 223 0 32 36 22 10 51 106
Binary 11010010 10011011 10010011 0 11010 11110 10010 1000 101001 1000110

Color Harmonies of #D29B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29B93

Black with #D29B93

Text Example


Text Example

White with #D29B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29B93; }

 p { color: rgb(210,155,147); }

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

background-color css

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

 a { background-color: rgb(210,155,147); }

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

border-color css

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

 span { border-color: rgb(210,155,147); }

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