Shades of Kobi #DB85B0
Tints of Kobi #DB85B0
RGB
CMYK
RGB Variations
Color information
#DB85B0 (or 0xDB85B0) is known color: Kobi. HEX triplet: DB, 85 and B0. RGB value is (219,133,176). Sum of RGB (Red+Green+Blue) = 219+133+176=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB85B0 is #247A4F. Grayscale: #A3A3A3. Windows color (decimal): -2390608 or 11568603. OLE color: 11568603.
HSL color Cylindrical-coordinate representation of color #DB85B0: hue angle of 330º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB85B0 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 176 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.14 |
| HSL | 330º | 0.54% | 0.69% | - |
| HSV(B) | 330º | 0.39% | 0.86% | - |
| XYZ | 45.44 | 34.97 | 45.43 | - |
| YUV | 163.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 176 | 0 | 0.39 | 0.20 | 0.14 | 330 | 0.54 | 0.69 |
| Hex | DB | 85 | B0 | 0 | 27 | 14 | E | 14A | 36 | 45 |
| Octal | 333 | 205 | 260 | 0 | 47 | 24 | 16 | 512 | 66 | 105 |
| Binary | 11011011 | 10000101 | 10110000 | 0 | 100111 | 10100 | 1110 | 101001010 | 110110 | 1000101 |
Color Harmonies of #DB85B0
Complementary color
Monochromatic Colors of #DB85B0
Black with #DB85B0
Text Example
Text Example
White with #DB85B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85B0; }
p { color: rgb(219,133,176); }
H1.HeaderClassName
{
color: #DB85B0;
}
.AnyTagClassName
{
color: #DB85B0;
}
</style>
background-color css
<style>
a { background-color: #DB85B0; }
a { background-color: rgb(219,133,176); }
div.DivClassName
{
background-color: #DB85B0;
}
.BgClassName
{
background-color: #DB85B0;
}
</style>
border-color css
<style>
span { border-color: #DB85B0; }
span { border-color: rgb(219,133,176); }
td.TdClassName
{
border-color: #DB85B0;
}
.TagClassName
{
border-color: #DB85B0;
}
</style>