Shades of Kobi #DB9FB1
Tints of Kobi #DB9FB1
RGB
CMYK
RGB Variations
Color information
#DB9FB1 (or 0xDB9FB1) is known color: Kobi. HEX triplet: DB, 9F and B1. RGB value is (219,159,177). Sum of RGB (Red+Green+Blue) = 219+159+177=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9FB1 is #24604E. Grayscale: #B2B2B2. Windows color (decimal): -2383951 or 11640795. OLE color: 11640795.
HSL color Cylindrical-coordinate representation of color #DB9FB1: hue angle of 342º 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 #DB9FB1 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 177 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.14 |
| HSL | 342º | 0.45% | 0.74% | - |
| HSV(B) | 342º | 0.27% | 0.86% | - |
| XYZ | 49.55 | 43.03 | 47.29 | - |
| YUV | 178.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 177 | 0 | 0.27 | 0.19 | 0.14 | 342 | 0.45 | 0.74 |
| Hex | DB | 9F | B1 | 0 | 1B | 13 | E | 156 | 2D | 4A |
| Octal | 333 | 237 | 261 | 0 | 33 | 23 | 16 | 526 | 55 | 112 |
| Binary | 11011011 | 10011111 | 10110001 | 0 | 11011 | 10011 | 1110 | 101010110 | 101101 | 1001010 |
Color Harmonies of #DB9FB1
Complementary color
Monochromatic Colors of #DB9FB1
Black with #DB9FB1
Text Example
Text Example
White with #DB9FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FB1; }
p { color: rgb(219,159,177); }
H1.HeaderClassName
{
color: #DB9FB1;
}
.AnyTagClassName
{
color: #DB9FB1;
}
</style>
background-color css
<style>
a { background-color: #DB9FB1; }
a { background-color: rgb(219,159,177); }
div.DivClassName
{
background-color: #DB9FB1;
}
.BgClassName
{
background-color: #DB9FB1;
}
</style>
border-color css
<style>
span { border-color: #DB9FB1; }
span { border-color: rgb(219,159,177); }
td.TdClassName
{
border-color: #DB9FB1;
}
.TagClassName
{
border-color: #DB9FB1;
}
</style>