Html Css Color HEX #DB9F91 Rose

📋 copy color: '#DB9F91'

red 219 ◦ green 159 ◦ blue 145

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

Shades of Rose #DB9F91

Tints of Rose #DB9F91

RGB

 RED value IS 219 (85.94% from 255) = 41.87%

 GREEN value IS 159 (62.5% from 255) = 30.4%

 BLUE value IS 145 (57.03% from 255) = 27.72%

R = 41.87%
G = 30.4%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB9F91 (or 0xDB9F91) is known color: Rose. HEX triplet: DB, 9F and 91. RGB value is (219,159,145). Sum of RGB (Red+Green+Blue) = 219+159+145=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F91 is #24606E. Grayscale: #AFAFAF. Windows color (decimal): -2383983 or 9543643. OLE color: 9543643.

HSL color Cylindrical-coordinate representation of color #DB9F91: hue angle of 11.35º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB9F91 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 159 145 -
CMYK 0 0.27 0.34 0.14
HSL 11.35º 0.51% 0.71% -
HSV(B) 11.35º 0.34% 0.86% -
XYZ 46.72 41.9 32.41 -
YUV 175.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 219 159 145 0 0.27 0.34 0.14 11.35 0.51 0.71
Hex DB 9F 91 0 1B 22 E B 33 47
Octal 333 237 221 0 33 42 16 13 63 107
Binary 11011011 10011111 10010001 0 11011 100010 1110 1011 110011 1000111

Color Harmonies of #DB9F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F91

Black with #DB9F91

Text Example


Text Example

White with #DB9F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F91; }

 p { color: rgb(219,159,145); }

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

background-color css

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

 a { background-color: rgb(219,159,145); }

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

border-color css

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

 span { border-color: rgb(219,159,145); }

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