Shades of Kobi #DB9FB5
Tints of Kobi #DB9FB5
RGB
CMYK
RGB Variations
Color information
#DB9FB5 (or 0xDB9FB5) is known color: Kobi. HEX triplet: DB, 9F and B5. RGB value is (219,159,181). Sum of RGB (Red+Green+Blue) = 219+159+181=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FB5 is #24604A. Grayscale: #B3B3B3. Windows color (decimal): -2383947 or 11902939. OLE color: 11902939.
HSL color Cylindrical-coordinate representation of color #DB9FB5: hue angle of 338º 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 #DB9FB5 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 181 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.14 |
| HSL | 338º | 0.45% | 0.74% | - |
| HSV(B) | 338º | 0.27% | 0.86% | - |
| XYZ | 49.95 | 43.19 | 49.42 | - |
| YUV | 179.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 181 | 0 | 0.27 | 0.17 | 0.14 | 338 | 0.45 | 0.74 |
| Hex | DB | 9F | B5 | 0 | 1B | 11 | E | 152 | 2D | 4A |
| Octal | 333 | 237 | 265 | 0 | 33 | 21 | 16 | 522 | 55 | 112 |
| Binary | 11011011 | 10011111 | 10110101 | 0 | 11011 | 10001 | 1110 | 101010010 | 101101 | 1001010 |
Color Harmonies of #DB9FB5
Complementary color
Monochromatic Colors of #DB9FB5
Black with #DB9FB5
Text Example
Text Example
White with #DB9FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FB5; }
p { color: rgb(219,159,181); }
H1.HeaderClassName
{
color: #DB9FB5;
}
.AnyTagClassName
{
color: #DB9FB5;
}
</style>
background-color css
<style>
a { background-color: #DB9FB5; }
a { background-color: rgb(219,159,181); }
div.DivClassName
{
background-color: #DB9FB5;
}
.BgClassName
{
background-color: #DB9FB5;
}
</style>
border-color css
<style>
span { border-color: #DB9FB5; }
span { border-color: rgb(219,159,181); }
td.TdClassName
{
border-color: #DB9FB5;
}
.TagClassName
{
border-color: #DB9FB5;
}
</style>