Shades of Kobi #DB89A9
Tints of Kobi #DB89A9
RGB
CMYK
RGB Variations
Color information
#DB89A9 (or 0xDB89A9) is known color: Kobi. HEX triplet: DB, 89 and A9. RGB value is (219,137,169). Sum of RGB (Red+Green+Blue) = 219+137+169=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 169 (66.41% from 255 or 32.19% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB89A9 is #247656. Grayscale: #A5A5A5. Windows color (decimal): -2389591 or 11110875. OLE color: 11110875.
HSL color Cylindrical-coordinate representation of color #DB89A9: hue angle of 336.59º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB89A9 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 169 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.14 |
| HSL | 336.59º | 0.53% | 0.7% | - |
| HSV(B) | 336.59º | 0.37% | 0.86% | - |
| XYZ | 45.32 | 35.82 | 42.06 | - |
| YUV | 165.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 169 | 0 | 0.37 | 0.23 | 0.14 | 336.59 | 0.53 | 0.7 |
| Hex | DB | 89 | A9 | 0 | 25 | 17 | E | 151 | 35 | 46 |
| Octal | 333 | 211 | 251 | 0 | 45 | 27 | 16 | 521 | 65 | 106 |
| Binary | 11011011 | 10001001 | 10101001 | 0 | 100101 | 10111 | 1110 | 101010001 | 110101 | 1000110 |
Color Harmonies of #DB89A9
Complementary color
Monochromatic Colors of #DB89A9
Black with #DB89A9
Text Example
Text Example
White with #DB89A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89A9; }
p { color: rgb(219,137,169); }
H1.HeaderClassName
{
color: #DB89A9;
}
.AnyTagClassName
{
color: #DB89A9;
}
</style>
background-color css
<style>
a { background-color: #DB89A9; }
a { background-color: rgb(219,137,169); }
div.DivClassName
{
background-color: #DB89A9;
}
.BgClassName
{
background-color: #DB89A9;
}
</style>
border-color css
<style>
span { border-color: #DB89A9; }
span { border-color: rgb(219,137,169); }
td.TdClassName
{
border-color: #DB89A9;
}
.TagClassName
{
border-color: #DB89A9;
}
</style>