Shades of Kobi #DB9FA9
Tints of Kobi #DB9FA9
RGB
CMYK
RGB Variations
Color information
#DB9FA9 (or 0xDB9FA9) is known color: Kobi. HEX triplet: DB, 9F and A9. RGB value is (219,159,169). Sum of RGB (Red+Green+Blue) = 219+159+169=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9FA9 is #246056. Grayscale: #B2B2B2. Windows color (decimal): -2383959 or 11116507. OLE color: 11116507.
HSL color Cylindrical-coordinate representation of color #DB9FA9: hue angle of 350º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DB9FA9 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 169 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.14 |
| HSL | 350º | 0.45% | 0.74% | - |
| HSV(B) | 350º | 0.27% | 0.86% | - |
| XYZ | 48.77 | 42.72 | 43.21 | - |
| YUV | 178.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 169 | 0 | 0.27 | 0.23 | 0.14 | 350 | 0.45 | 0.74 |
| Hex | DB | 9F | A9 | 0 | 1B | 17 | E | 15E | 2D | 4A |
| Octal | 333 | 237 | 251 | 0 | 33 | 27 | 16 | 536 | 55 | 112 |
| Binary | 11011011 | 10011111 | 10101001 | 0 | 11011 | 10111 | 1110 | 101011110 | 101101 | 1001010 |
Color Harmonies of #DB9FA9
Complementary color
Monochromatic Colors of #DB9FA9
Black with #DB9FA9
Text Example
Text Example
White with #DB9FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FA9; }
p { color: rgb(219,159,169); }
H1.HeaderClassName
{
color: #DB9FA9;
}
.AnyTagClassName
{
color: #DB9FA9;
}
</style>
background-color css
<style>
a { background-color: #DB9FA9; }
a { background-color: rgb(219,159,169); }
div.DivClassName
{
background-color: #DB9FA9;
}
.BgClassName
{
background-color: #DB9FA9;
}
</style>
border-color css
<style>
span { border-color: #DB9FA9; }
span { border-color: rgb(219,159,169); }
td.TdClassName
{
border-color: #DB9FA9;
}
.TagClassName
{
border-color: #DB9FA9;
}
</style>