Shades of Kobi #DB85A9
Tints of Kobi #DB85A9
RGB
CMYK
RGB Variations
Color information
#DB85A9 (or 0xDB85A9) is known color: Kobi. HEX triplet: DB, 85 and A9. RGB value is (219,133,169). Sum of RGB (Red+Green+Blue) = 219+133+169=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB85A9 is #247A56. Grayscale: #A2A2A2. Windows color (decimal): -2390615 or 11109851. OLE color: 11109851.
HSL color Cylindrical-coordinate representation of color #DB85A9: hue angle of 334.88º 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 #DB85A9 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 169 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.14 |
| HSL | 334.88º | 0.54% | 0.69% | - |
| HSV(B) | 334.88º | 0.39% | 0.86% | - |
| XYZ | 44.76 | 34.7 | 41.87 | - |
| YUV | 162.82 | 131.49 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 169 | 0 | 0.39 | 0.23 | 0.14 | 334.88 | 0.54 | 0.69 |
| Hex | DB | 85 | A9 | 0 | 27 | 17 | E | 14F | 36 | 45 |
| Octal | 333 | 205 | 251 | 0 | 47 | 27 | 16 | 517 | 66 | 105 |
| Binary | 11011011 | 10000101 | 10101001 | 0 | 100111 | 10111 | 1110 | 101001111 | 110110 | 1000101 |
Color Harmonies of #DB85A9
Complementary color
Monochromatic Colors of #DB85A9
Black with #DB85A9
Text Example
Text Example
White with #DB85A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85A9; }
p { color: rgb(219,133,169); }
H1.HeaderClassName
{
color: #DB85A9;
}
.AnyTagClassName
{
color: #DB85A9;
}
</style>
background-color css
<style>
a { background-color: #DB85A9; }
a { background-color: rgb(219,133,169); }
div.DivClassName
{
background-color: #DB85A9;
}
.BgClassName
{
background-color: #DB85A9;
}
</style>
border-color css
<style>
span { border-color: #DB85A9; }
span { border-color: rgb(219,133,169); }
td.TdClassName
{
border-color: #DB85A9;
}
.TagClassName
{
border-color: #DB85A9;
}
</style>