Shades of Kobi #DB86A8
Tints of Kobi #DB86A8
RGB
CMYK
RGB Variations
Color information
#DB86A8 (or 0xDB86A8) is known color: Kobi. HEX triplet: DB, 86 and A8. RGB value is (219,134,168). Sum of RGB (Red+Green+Blue) = 219+134+168=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB86A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB86A8 is #247957. Grayscale: #A3A3A3. Windows color (decimal): -2390360 or 11044571. OLE color: 11044571.
HSL color Cylindrical-coordinate representation of color #DB86A8: hue angle of 336º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB86A8 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 168 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.14 |
| HSL | 336º | 0.54% | 0.69% | - |
| HSV(B) | 336º | 0.39% | 0.86% | - |
| XYZ | 44.81 | 34.94 | 41.43 | - |
| YUV | 163.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 168 | 0 | 0.39 | 0.23 | 0.14 | 336 | 0.54 | 0.69 |
| Hex | DB | 86 | A8 | 0 | 27 | 17 | E | 150 | 36 | 45 |
| Octal | 333 | 206 | 250 | 0 | 47 | 27 | 16 | 520 | 66 | 105 |
| Binary | 11011011 | 10000110 | 10101000 | 0 | 100111 | 10111 | 1110 | 101010000 | 110110 | 1000101 |
Color Harmonies of #DB86A8
Complementary color
Monochromatic Colors of #DB86A8
Black with #DB86A8
Text Example
Text Example
White with #DB86A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB86A8; }
p { color: rgb(219,134,168); }
H1.HeaderClassName
{
color: #DB86A8;
}
.AnyTagClassName
{
color: #DB86A8;
}
</style>
background-color css
<style>
a { background-color: #DB86A8; }
a { background-color: rgb(219,134,168); }
div.DivClassName
{
background-color: #DB86A8;
}
.BgClassName
{
background-color: #DB86A8;
}
</style>
border-color css
<style>
span { border-color: #DB86A8; }
span { border-color: rgb(219,134,168); }
td.TdClassName
{
border-color: #DB86A8;
}
.TagClassName
{
border-color: #DB86A8;
}
</style>