Shades of Kobi #DB89AB
Tints of Kobi #DB89AB
RGB
CMYK
RGB Variations
Color information
#DB89AB (or 0xDB89AB) is known color: Kobi. HEX triplet: DB, 89 and AB. RGB value is (219,137,171). Sum of RGB (Red+Green+Blue) = 219+137+171=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB89AB is #247654. Grayscale: #A5A5A5. Windows color (decimal): -2389589 or 11241947. OLE color: 11241947.
HSL color Cylindrical-coordinate representation of color #DB89AB: hue angle of 335.12º 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 #DB89AB is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 171 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.14 |
| HSL | 335.12º | 0.53% | 0.7% | - |
| HSV(B) | 335.12º | 0.37% | 0.86% | - |
| XYZ | 45.51 | 35.89 | 43.06 | - |
| YUV | 165.39 | 131.17 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 171 | 0 | 0.37 | 0.22 | 0.14 | 335.12 | 0.53 | 0.7 |
| Hex | DB | 89 | AB | 0 | 25 | 16 | E | 14F | 35 | 46 |
| Octal | 333 | 211 | 253 | 0 | 45 | 26 | 16 | 517 | 65 | 106 |
| Binary | 11011011 | 10001001 | 10101011 | 0 | 100101 | 10110 | 1110 | 101001111 | 110101 | 1000110 |
Color Harmonies of #DB89AB
Complementary color
Monochromatic Colors of #DB89AB
Black with #DB89AB
Text Example
Text Example
White with #DB89AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89AB; }
p { color: rgb(219,137,171); }
H1.HeaderClassName
{
color: #DB89AB;
}
.AnyTagClassName
{
color: #DB89AB;
}
</style>
background-color css
<style>
a { background-color: #DB89AB; }
a { background-color: rgb(219,137,171); }
div.DivClassName
{
background-color: #DB89AB;
}
.BgClassName
{
background-color: #DB89AB;
}
</style>
border-color css
<style>
span { border-color: #DB89AB; }
span { border-color: rgb(219,137,171); }
td.TdClassName
{
border-color: #DB89AB;
}
.TagClassName
{
border-color: #DB89AB;
}
</style>