Shades of Kobi #DB87B1
Tints of Kobi #DB87B1
RGB
CMYK
RGB Variations
Color information
#DB87B1 (or 0xDB87B1) is known color: Kobi. HEX triplet: DB, 87 and B1. RGB value is (219,135,177). Sum of RGB (Red+Green+Blue) = 219+135+177=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB87B1 is #24784E. Grayscale: #A4A4A4. Windows color (decimal): -2390095 or 11634651. OLE color: 11634651.
HSL color Cylindrical-coordinate representation of color #DB87B1: hue angle of 330º 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 #DB87B1 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 177 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.14 |
| HSL | 330º | 0.54% | 0.69% | - |
| HSV(B) | 330º | 0.38% | 0.86% | - |
| XYZ | 45.81 | 35.56 | 46.04 | - |
| YUV | 164.9 | 134.83 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 177 | 0 | 0.38 | 0.19 | 0.14 | 330 | 0.54 | 0.69 |
| Hex | DB | 87 | B1 | 0 | 26 | 13 | E | 14A | 36 | 45 |
| Octal | 333 | 207 | 261 | 0 | 46 | 23 | 16 | 512 | 66 | 105 |
| Binary | 11011011 | 10000111 | 10110001 | 0 | 100110 | 10011 | 1110 | 101001010 | 110110 | 1000101 |
Color Harmonies of #DB87B1
Complementary color
Monochromatic Colors of #DB87B1
Black with #DB87B1
Text Example
Text Example
White with #DB87B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87B1; }
p { color: rgb(219,135,177); }
H1.HeaderClassName
{
color: #DB87B1;
}
.AnyTagClassName
{
color: #DB87B1;
}
</style>
background-color css
<style>
a { background-color: #DB87B1; }
a { background-color: rgb(219,135,177); }
div.DivClassName
{
background-color: #DB87B1;
}
.BgClassName
{
background-color: #DB87B1;
}
</style>
border-color css
<style>
span { border-color: #DB87B1; }
span { border-color: rgb(219,135,177); }
td.TdClassName
{
border-color: #DB87B1;
}
.TagClassName
{
border-color: #DB87B1;
}
</style>