Shades of Kobi #DB89AD
Tints of Kobi #DB89AD
RGB
CMYK
RGB Variations
Color information
#DB89AD (or 0xDB89AD) is known color: Kobi. HEX triplet: DB, 89 and AD. RGB value is (219,137,173). Sum of RGB (Red+Green+Blue) = 219+137+173=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB89AD is #247652. Grayscale: #A5A5A5. Windows color (decimal): -2389587 or 11373019. OLE color: 11373019.
HSL color Cylindrical-coordinate representation of color #DB89AD: hue angle of 333.66º 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 #DB89AD is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 173 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.14 |
| HSL | 333.66º | 0.53% | 0.7% | - |
| HSV(B) | 333.66º | 0.37% | 0.86% | - |
| XYZ | 45.7 | 35.97 | 44.07 | - |
| YUV | 165.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 173 | 0 | 0.37 | 0.21 | 0.14 | 333.66 | 0.53 | 0.7 |
| Hex | DB | 89 | AD | 0 | 25 | 15 | E | 14E | 35 | 46 |
| Octal | 333 | 211 | 255 | 0 | 45 | 25 | 16 | 516 | 65 | 106 |
| Binary | 11011011 | 10001001 | 10101101 | 0 | 100101 | 10101 | 1110 | 101001110 | 110101 | 1000110 |
Color Harmonies of #DB89AD
Complementary color
Monochromatic Colors of #DB89AD
Black with #DB89AD
Text Example
Text Example
White with #DB89AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89AD; }
p { color: rgb(219,137,173); }
H1.HeaderClassName
{
color: #DB89AD;
}
.AnyTagClassName
{
color: #DB89AD;
}
</style>
background-color css
<style>
a { background-color: #DB89AD; }
a { background-color: rgb(219,137,173); }
div.DivClassName
{
background-color: #DB89AD;
}
.BgClassName
{
background-color: #DB89AD;
}
</style>
border-color css
<style>
span { border-color: #DB89AD; }
span { border-color: rgb(219,137,173); }
td.TdClassName
{
border-color: #DB89AD;
}
.TagClassName
{
border-color: #DB89AD;
}
</style>