Shades of Kobi #DB89AF
Tints of Kobi #DB89AF
RGB
CMYK
RGB Variations
Color information
#DB89AF (or 0xDB89AF) is known color: Kobi. HEX triplet: DB, 89 and AF. RGB value is (219,137,175). Sum of RGB (Red+Green+Blue) = 219+137+175=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB89AF is #247650. Grayscale: #A5A5A5. Windows color (decimal): -2389585 or 11504091. OLE color: 11504091.
HSL color Cylindrical-coordinate representation of color #DB89AF: hue angle of 332.2º 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 #DB89AF is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 175 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.14 |
| HSL | 332.2º | 0.53% | 0.7% | - |
| HSV(B) | 332.2º | 0.37% | 0.86% | - |
| XYZ | 45.9 | 36.05 | 45.1 | - |
| YUV | 165.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 175 | 0 | 0.37 | 0.20 | 0.14 | 332.2 | 0.53 | 0.7 |
| Hex | DB | 89 | AF | 0 | 25 | 14 | E | 14C | 35 | 46 |
| Octal | 333 | 211 | 257 | 0 | 45 | 24 | 16 | 514 | 65 | 106 |
| Binary | 11011011 | 10001001 | 10101111 | 0 | 100101 | 10100 | 1110 | 101001100 | 110101 | 1000110 |
Color Harmonies of #DB89AF
Complementary color
Monochromatic Colors of #DB89AF
Black with #DB89AF
Text Example
Text Example
White with #DB89AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89AF; }
p { color: rgb(219,137,175); }
H1.HeaderClassName
{
color: #DB89AF;
}
.AnyTagClassName
{
color: #DB89AF;
}
</style>
background-color css
<style>
a { background-color: #DB89AF; }
a { background-color: rgb(219,137,175); }
div.DivClassName
{
background-color: #DB89AF;
}
.BgClassName
{
background-color: #DB89AF;
}
</style>
border-color css
<style>
span { border-color: #DB89AF; }
span { border-color: rgb(219,137,175); }
td.TdClassName
{
border-color: #DB89AF;
}
.TagClassName
{
border-color: #DB89AF;
}
</style>