Shades of Kobi #DB89A3
Tints of Kobi #DB89A3
RGB
CMYK
RGB Variations
Color information
#DB89A3 (or 0xDB89A3) is known color: Kobi. HEX triplet: DB, 89 and A3. RGB value is (219,137,163). Sum of RGB (Red+Green+Blue) = 219+137+163=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB89A3 is #24765C. Grayscale: #A4A4A4. Windows color (decimal): -2389597 or 10717659. OLE color: 10717659.
HSL color Cylindrical-coordinate representation of color #DB89A3: hue angle of 340.98º 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 #DB89A3 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 163 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.14 |
| HSL | 340.98º | 0.53% | 0.7% | - |
| HSV(B) | 340.98º | 0.37% | 0.86% | - |
| XYZ | 44.77 | 35.6 | 39.16 | - |
| YUV | 164.48 | 127.17 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 163 | 0 | 0.37 | 0.26 | 0.14 | 340.98 | 0.53 | 0.7 |
| Hex | DB | 89 | A3 | 0 | 25 | 1A | E | 155 | 35 | 46 |
| Octal | 333 | 211 | 243 | 0 | 45 | 32 | 16 | 525 | 65 | 106 |
| Binary | 11011011 | 10001001 | 10100011 | 0 | 100101 | 11010 | 1110 | 101010101 | 110101 | 1000110 |
Color Harmonies of #DB89A3
Complementary color
Monochromatic Colors of #DB89A3
Black with #DB89A3
Text Example
Text Example
White with #DB89A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89A3; }
p { color: rgb(219,137,163); }
H1.HeaderClassName
{
color: #DB89A3;
}
.AnyTagClassName
{
color: #DB89A3;
}
</style>
background-color css
<style>
a { background-color: #DB89A3; }
a { background-color: rgb(219,137,163); }
div.DivClassName
{
background-color: #DB89A3;
}
.BgClassName
{
background-color: #DB89A3;
}
</style>
border-color css
<style>
span { border-color: #DB89A3; }
span { border-color: rgb(219,137,163); }
td.TdClassName
{
border-color: #DB89A3;
}
.TagClassName
{
border-color: #DB89A3;
}
</style>