Shades of Kobi #DB87AC
Tints of Kobi #DB87AC
RGB
CMYK
RGB Variations
Color information
#DB87AC (or 0xDB87AC) is known color: Kobi. HEX triplet: DB, 87 and AC. RGB value is (219,135,172). Sum of RGB (Red+Green+Blue) = 219+135+172=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB87AC is #247853. Grayscale: #A4A4A4. Windows color (decimal): -2390100 or 11306971. OLE color: 11306971.
HSL color Cylindrical-coordinate representation of color #DB87AC: hue angle of 333.57º 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 #DB87AC is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 172 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.14 |
| HSL | 333.57º | 0.54% | 0.69% | - |
| HSV(B) | 333.57º | 0.38% | 0.86% | - |
| XYZ | 45.32 | 35.37 | 43.47 | - |
| YUV | 164.33 | 132.33 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 172 | 0 | 0.38 | 0.21 | 0.14 | 333.57 | 0.54 | 0.69 |
| Hex | DB | 87 | AC | 0 | 26 | 15 | E | 14E | 36 | 45 |
| Octal | 333 | 207 | 254 | 0 | 46 | 25 | 16 | 516 | 66 | 105 |
| Binary | 11011011 | 10000111 | 10101100 | 0 | 100110 | 10101 | 1110 | 101001110 | 110110 | 1000101 |
Color Harmonies of #DB87AC
Complementary color
Monochromatic Colors of #DB87AC
Black with #DB87AC
Text Example
Text Example
White with #DB87AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87AC; }
p { color: rgb(219,135,172); }
H1.HeaderClassName
{
color: #DB87AC;
}
.AnyTagClassName
{
color: #DB87AC;
}
</style>
background-color css
<style>
a { background-color: #DB87AC; }
a { background-color: rgb(219,135,172); }
div.DivClassName
{
background-color: #DB87AC;
}
.BgClassName
{
background-color: #DB87AC;
}
</style>
border-color css
<style>
span { border-color: #DB87AC; }
span { border-color: rgb(219,135,172); }
td.TdClassName
{
border-color: #DB87AC;
}
.TagClassName
{
border-color: #DB87AC;
}
</style>