Shades of Kobi #DB86AD
Tints of Kobi #DB86AD
RGB
CMYK
RGB Variations
Color information
#DB86AD (or 0xDB86AD) is known color: Kobi. HEX triplet: DB, 86 and AD. RGB value is (219,134,173). Sum of RGB (Red+Green+Blue) = 219+134+173=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB86AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB86AD is #247952. Grayscale: #A3A3A3. Windows color (decimal): -2390355 or 11372251. OLE color: 11372251.
HSL color Cylindrical-coordinate representation of color #DB86AD: hue angle of 332.47º 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 #DB86AD is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 173 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.14 |
| HSL | 332.47º | 0.54% | 0.69% | - |
| HSV(B) | 332.47º | 0.39% | 0.86% | - |
| XYZ | 45.28 | 35.13 | 43.93 | - |
| YUV | 163.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 173 | 0 | 0.39 | 0.21 | 0.14 | 332.47 | 0.54 | 0.69 |
| Hex | DB | 86 | AD | 0 | 27 | 15 | E | 14C | 36 | 45 |
| Octal | 333 | 206 | 255 | 0 | 47 | 25 | 16 | 514 | 66 | 105 |
| Binary | 11011011 | 10000110 | 10101101 | 0 | 100111 | 10101 | 1110 | 101001100 | 110110 | 1000101 |
Color Harmonies of #DB86AD
Complementary color
Monochromatic Colors of #DB86AD
Black with #DB86AD
Text Example
Text Example
White with #DB86AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB86AD; }
p { color: rgb(219,134,173); }
H1.HeaderClassName
{
color: #DB86AD;
}
.AnyTagClassName
{
color: #DB86AD;
}
</style>
background-color css
<style>
a { background-color: #DB86AD; }
a { background-color: rgb(219,134,173); }
div.DivClassName
{
background-color: #DB86AD;
}
.BgClassName
{
background-color: #DB86AD;
}
</style>
border-color css
<style>
span { border-color: #DB86AD; }
span { border-color: rgb(219,134,173); }
td.TdClassName
{
border-color: #DB86AD;
}
.TagClassName
{
border-color: #DB86AD;
}
</style>