Shades of Kobi #DB89AE
Tints of Kobi #DB89AE
RGB
CMYK
RGB Variations
Color information
#DB89AE (or 0xDB89AE) is known color: Kobi. HEX triplet: DB, 89 and AE. RGB value is (219,137,174). Sum of RGB (Red+Green+Blue) = 219+137+174=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB89AE is #247651. Grayscale: #A5A5A5. Windows color (decimal): -2389586 or 11438555. OLE color: 11438555.
HSL color Cylindrical-coordinate representation of color #DB89AE: hue angle of 332.93º 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 #DB89AE is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 174 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.14 |
| HSL | 332.93º | 0.53% | 0.7% | - |
| HSV(B) | 332.93º | 0.37% | 0.86% | - |
| XYZ | 45.8 | 36.01 | 44.58 | - |
| YUV | 165.74 | 132.67 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 174 | 0 | 0.37 | 0.21 | 0.14 | 332.93 | 0.53 | 0.7 |
| Hex | DB | 89 | AE | 0 | 25 | 15 | E | 14D | 35 | 46 |
| Octal | 333 | 211 | 256 | 0 | 45 | 25 | 16 | 515 | 65 | 106 |
| Binary | 11011011 | 10001001 | 10101110 | 0 | 100101 | 10101 | 1110 | 101001101 | 110101 | 1000110 |
Color Harmonies of #DB89AE
Complementary color
Monochromatic Colors of #DB89AE
Black with #DB89AE
Text Example
Text Example
White with #DB89AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89AE; }
p { color: rgb(219,137,174); }
H1.HeaderClassName
{
color: #DB89AE;
}
.AnyTagClassName
{
color: #DB89AE;
}
</style>
background-color css
<style>
a { background-color: #DB89AE; }
a { background-color: rgb(219,137,174); }
div.DivClassName
{
background-color: #DB89AE;
}
.BgClassName
{
background-color: #DB89AE;
}
</style>
border-color css
<style>
span { border-color: #DB89AE; }
span { border-color: rgb(219,137,174); }
td.TdClassName
{
border-color: #DB89AE;
}
.TagClassName
{
border-color: #DB89AE;
}
</style>