Shades of Rose #DB9D8D
Tints of Rose #DB9D8D
RGB
CMYK
RGB Variations
Color information
#DB9D8D (or 0xDB9D8D) is known color: Rose. HEX triplet: DB, 9D and 8D. RGB value is (219,157,141). Sum of RGB (Red+Green+Blue) = 219+157+141=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9D8D is #246272. Grayscale: #ADADAD. Windows color (decimal): -2384499 or 9280987. OLE color: 9280987.
HSL color Cylindrical-coordinate representation of color #DB9D8D: hue angle of 12.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB9D8D is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 141 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.14 |
| HSL | 12.31º | 0.52% | 0.71% | - |
| HSV(B) | 12.31º | 0.36% | 0.86% | - |
| XYZ | 46.08 | 41.1 | 30.7 | - |
| YUV | 173.71 | 109.54 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 141 | 0 | 0.28 | 0.36 | 0.14 | 12.31 | 0.52 | 0.71 |
| Hex | DB | 9D | 8D | 0 | 1C | 24 | E | C | 34 | 47 |
| Octal | 333 | 235 | 215 | 0 | 34 | 44 | 16 | 14 | 64 | 107 |
| Binary | 11011011 | 10011101 | 10001101 | 0 | 11100 | 100100 | 1110 | 1100 | 110100 | 1000111 |
Color Harmonies of #DB9D8D
Complementary color
Monochromatic Colors of #DB9D8D
Black with #DB9D8D
Text Example
Text Example
White with #DB9D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D8D; }
p { color: rgb(219,157,141); }
H1.HeaderClassName
{
color: #DB9D8D;
}
.AnyTagClassName
{
color: #DB9D8D;
}
</style>
background-color css
<style>
a { background-color: #DB9D8D; }
a { background-color: rgb(219,157,141); }
div.DivClassName
{
background-color: #DB9D8D;
}
.BgClassName
{
background-color: #DB9D8D;
}
</style>
border-color css
<style>
span { border-color: #DB9D8D; }
span { border-color: rgb(219,157,141); }
td.TdClassName
{
border-color: #DB9D8D;
}
.TagClassName
{
border-color: #DB9D8D;
}
</style>