Shades of Kobi #DB87B4
Tints of Kobi #DB87B4
RGB
CMYK
RGB Variations
Color information
#DB87B4 (or 0xDB87B4) is known color: Kobi. HEX triplet: DB, 87 and B4. RGB value is (219,135,180). Sum of RGB (Red+Green+Blue) = 219+135+180=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87B4 is #24784B. Grayscale: #A5A5A5. Windows color (decimal): -2390092 or 11831259. OLE color: 11831259.
HSL color Cylindrical-coordinate representation of color #DB87B4: hue angle of 327.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 #DB87B4 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 180 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.14 |
| HSL | 327.86º | 0.54% | 0.69% | - |
| HSV(B) | 327.86º | 0.38% | 0.86% | - |
| XYZ | 46.12 | 35.68 | 47.64 | - |
| YUV | 165.25 | 136.33 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 180 | 0 | 0.38 | 0.18 | 0.14 | 327.86 | 0.54 | 0.69 |
| Hex | DB | 87 | B4 | 0 | 26 | 12 | E | 148 | 36 | 45 |
| Octal | 333 | 207 | 264 | 0 | 46 | 22 | 16 | 510 | 66 | 105 |
| Binary | 11011011 | 10000111 | 10110100 | 0 | 100110 | 10010 | 1110 | 101001000 | 110110 | 1000101 |
Color Harmonies of #DB87B4
Complementary color
Monochromatic Colors of #DB87B4
Black with #DB87B4
Text Example
Text Example
White with #DB87B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87B4; }
p { color: rgb(219,135,180); }
H1.HeaderClassName
{
color: #DB87B4;
}
.AnyTagClassName
{
color: #DB87B4;
}
</style>
background-color css
<style>
a { background-color: #DB87B4; }
a { background-color: rgb(219,135,180); }
div.DivClassName
{
background-color: #DB87B4;
}
.BgClassName
{
background-color: #DB87B4;
}
</style>
border-color css
<style>
span { border-color: #DB87B4; }
span { border-color: rgb(219,135,180); }
td.TdClassName
{
border-color: #DB87B4;
}
.TagClassName
{
border-color: #DB87B4;
}
</style>