Shades of Kobi #DB8BA8
Tints of Kobi #DB8BA8
RGB
CMYK
RGB Variations
Color information
#DB8BA8 (or 0xDB8BA8) is known color: Kobi. HEX triplet: DB, 8B and A8. RGB value is (219,139,168). Sum of RGB (Red+Green+Blue) = 219+139+168=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8BA8 is #247457. Grayscale: #A6A6A6. Windows color (decimal): -2389080 or 11045851. OLE color: 11045851.
HSL color Cylindrical-coordinate representation of color #DB8BA8: hue angle of 338.25º 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 #DB8BA8 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 168 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.14 |
| HSL | 338.25º | 0.53% | 0.7% | - |
| HSV(B) | 338.25º | 0.37% | 0.86% | - |
| XYZ | 45.51 | 36.35 | 41.66 | - |
| YUV | 166.23 | 129 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 168 | 0 | 0.37 | 0.23 | 0.14 | 338.25 | 0.53 | 0.7 |
| Hex | DB | 8B | A8 | 0 | 25 | 17 | E | 152 | 35 | 46 |
| Octal | 333 | 213 | 250 | 0 | 45 | 27 | 16 | 522 | 65 | 106 |
| Binary | 11011011 | 10001011 | 10101000 | 0 | 100101 | 10111 | 1110 | 101010010 | 110101 | 1000110 |
Color Harmonies of #DB8BA8
Complementary color
Monochromatic Colors of #DB8BA8
Black with #DB8BA8
Text Example
Text Example
White with #DB8BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BA8; }
p { color: rgb(219,139,168); }
H1.HeaderClassName
{
color: #DB8BA8;
}
.AnyTagClassName
{
color: #DB8BA8;
}
</style>
background-color css
<style>
a { background-color: #DB8BA8; }
a { background-color: rgb(219,139,168); }
div.DivClassName
{
background-color: #DB8BA8;
}
.BgClassName
{
background-color: #DB8BA8;
}
</style>
border-color css
<style>
span { border-color: #DB8BA8; }
span { border-color: rgb(219,139,168); }
td.TdClassName
{
border-color: #DB8BA8;
}
.TagClassName
{
border-color: #DB8BA8;
}
</style>