Shades of Rose #DB9F95
Tints of Rose #DB9F95
RGB
CMYK
RGB Variations
Color information
#DB9F95 (or 0xDB9F95) is known color: Rose. HEX triplet: DB, 9F and 95. RGB value is (219,159,149). Sum of RGB (Red+Green+Blue) = 219+159+149=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F95 is #24606A. Grayscale: #AFAFAF. Windows color (decimal): -2383979 or 9805787. OLE color: 9805787.
HSL color Cylindrical-coordinate representation of color #DB9F95: hue angle of 8.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB9F95 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 149 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.14 |
| HSL | 8.57º | 0.49% | 0.72% | - |
| HSV(B) | 8.57º | 0.32% | 0.86% | - |
| XYZ | 47.04 | 42.03 | 34.07 | - |
| YUV | 175.8 | 112.88 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 149 | 0 | 0.27 | 0.32 | 0.14 | 8.57 | 0.49 | 0.72 |
| Hex | DB | 9F | 95 | 0 | 1B | 20 | E | 9 | 31 | 48 |
| Octal | 333 | 237 | 225 | 0 | 33 | 40 | 16 | 11 | 61 | 110 |
| Binary | 11011011 | 10011111 | 10010101 | 0 | 11011 | 100000 | 1110 | 1001 | 110001 | 1001000 |
Color Harmonies of #DB9F95
Complementary color
Monochromatic Colors of #DB9F95
Black with #DB9F95
Text Example
Text Example
White with #DB9F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F95; }
p { color: rgb(219,159,149); }
H1.HeaderClassName
{
color: #DB9F95;
}
.AnyTagClassName
{
color: #DB9F95;
}
</style>
background-color css
<style>
a { background-color: #DB9F95; }
a { background-color: rgb(219,159,149); }
div.DivClassName
{
background-color: #DB9F95;
}
.BgClassName
{
background-color: #DB9F95;
}
</style>
border-color css
<style>
span { border-color: #DB9F95; }
span { border-color: rgb(219,159,149); }
td.TdClassName
{
border-color: #DB9F95;
}
.TagClassName
{
border-color: #DB9F95;
}
</style>