Shades of Kobi #DB9DB0
Tints of Kobi #DB9DB0
RGB
CMYK
RGB Variations
Color information
#DB9DB0 (or 0xDB9DB0) is known color: Kobi. HEX triplet: DB, 9D and B0. RGB value is (219,157,176). Sum of RGB (Red+Green+Blue) = 219+157+176=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9DB0 is #24624F. Grayscale: #B1B1B1. Windows color (decimal): -2384464 or 11574747. OLE color: 11574747.
HSL color Cylindrical-coordinate representation of color #DB9DB0: hue angle of 341.61º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9DB0 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 176 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.14 |
| HSL | 341.61º | 0.46% | 0.74% | - |
| HSV(B) | 341.61º | 0.28% | 0.86% | - |
| XYZ | 49.11 | 42.31 | 46.65 | - |
| YUV | 177.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 176 | 0 | 0.28 | 0.20 | 0.14 | 341.61 | 0.46 | 0.74 |
| Hex | DB | 9D | B0 | 0 | 1C | 14 | E | 156 | 2E | 4A |
| Octal | 333 | 235 | 260 | 0 | 34 | 24 | 16 | 526 | 56 | 112 |
| Binary | 11011011 | 10011101 | 10110000 | 0 | 11100 | 10100 | 1110 | 101010110 | 101110 | 1001010 |
Color Harmonies of #DB9DB0
Complementary color
Monochromatic Colors of #DB9DB0
Black with #DB9DB0
Text Example
Text Example
White with #DB9DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DB0; }
p { color: rgb(219,157,176); }
H1.HeaderClassName
{
color: #DB9DB0;
}
.AnyTagClassName
{
color: #DB9DB0;
}
</style>
background-color css
<style>
a { background-color: #DB9DB0; }
a { background-color: rgb(219,157,176); }
div.DivClassName
{
background-color: #DB9DB0;
}
.BgClassName
{
background-color: #DB9DB0;
}
</style>
border-color css
<style>
span { border-color: #DB9DB0; }
span { border-color: rgb(219,157,176); }
td.TdClassName
{
border-color: #DB9DB0;
}
.TagClassName
{
border-color: #DB9DB0;
}
</style>