Shades of Kobi #DB89A6
Tints of Kobi #DB89A6
RGB
CMYK
RGB Variations
Color information
#DB89A6 (or 0xDB89A6) is known color: Kobi. HEX triplet: DB, 89 and A6. RGB value is (219,137,166). Sum of RGB (Red+Green+Blue) = 219+137+166=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB89A6 is #247659. Grayscale: #A4A4A4. Windows color (decimal): -2389594 or 10914267. OLE color: 10914267.
HSL color Cylindrical-coordinate representation of color #DB89A6: hue angle of 338.78º 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 #DB89A6 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 166 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.14 |
| HSL | 338.78º | 0.53% | 0.7% | - |
| HSV(B) | 338.78º | 0.37% | 0.86% | - |
| XYZ | 45.04 | 35.7 | 40.59 | - |
| YUV | 164.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 166 | 0 | 0.37 | 0.24 | 0.14 | 338.78 | 0.53 | 0.7 |
| Hex | DB | 89 | A6 | 0 | 25 | 18 | E | 153 | 35 | 46 |
| Octal | 333 | 211 | 246 | 0 | 45 | 30 | 16 | 523 | 65 | 106 |
| Binary | 11011011 | 10001001 | 10100110 | 0 | 100101 | 11000 | 1110 | 101010011 | 110101 | 1000110 |
Color Harmonies of #DB89A6
Complementary color
Monochromatic Colors of #DB89A6
Black with #DB89A6
Text Example
Text Example
White with #DB89A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89A6; }
p { color: rgb(219,137,166); }
H1.HeaderClassName
{
color: #DB89A6;
}
.AnyTagClassName
{
color: #DB89A6;
}
</style>
background-color css
<style>
a { background-color: #DB89A6; }
a { background-color: rgb(219,137,166); }
div.DivClassName
{
background-color: #DB89A6;
}
.BgClassName
{
background-color: #DB89A6;
}
</style>
border-color css
<style>
span { border-color: #DB89A6; }
span { border-color: rgb(219,137,166); }
td.TdClassName
{
border-color: #DB89A6;
}
.TagClassName
{
border-color: #DB89A6;
}
</style>