Shades of Kobi #DB87AD
Tints of Kobi #DB87AD
RGB
CMYK
RGB Variations
Color information
#DB87AD (or 0xDB87AD) is known color: Kobi. HEX triplet: DB, 87 and AD. RGB value is (219,135,173). Sum of RGB (Red+Green+Blue) = 219+135+173=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB87AD is #247852. Grayscale: #A4A4A4. Windows color (decimal): -2390099 or 11372507. OLE color: 11372507.
HSL color Cylindrical-coordinate representation of color #DB87AD: hue angle of 332.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB87AD is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 173 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.14 |
| HSL | 332.86º | 0.54% | 0.69% | - |
| HSV(B) | 332.86º | 0.38% | 0.86% | - |
| XYZ | 45.42 | 35.41 | 43.98 | - |
| YUV | 164.45 | 132.83 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 173 | 0 | 0.38 | 0.21 | 0.14 | 332.86 | 0.54 | 0.69 |
| Hex | DB | 87 | AD | 0 | 26 | 15 | E | 14D | 36 | 45 |
| Octal | 333 | 207 | 255 | 0 | 46 | 25 | 16 | 515 | 66 | 105 |
| Binary | 11011011 | 10000111 | 10101101 | 0 | 100110 | 10101 | 1110 | 101001101 | 110110 | 1000101 |
Color Harmonies of #DB87AD
Complementary color
Monochromatic Colors of #DB87AD
Black with #DB87AD
Text Example
Text Example
White with #DB87AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87AD; }
p { color: rgb(219,135,173); }
H1.HeaderClassName
{
color: #DB87AD;
}
.AnyTagClassName
{
color: #DB87AD;
}
</style>
background-color css
<style>
a { background-color: #DB87AD; }
a { background-color: rgb(219,135,173); }
div.DivClassName
{
background-color: #DB87AD;
}
.BgClassName
{
background-color: #DB87AD;
}
</style>
border-color css
<style>
span { border-color: #DB87AD; }
span { border-color: rgb(219,135,173); }
td.TdClassName
{
border-color: #DB87AD;
}
.TagClassName
{
border-color: #DB87AD;
}
</style>