Shades of Kobi #DB8EB1
Tints of Kobi #DB8EB1
RGB
CMYK
RGB Variations
Color information
#DB8EB1 (or 0xDB8EB1) is known color: Kobi. HEX triplet: DB, 8E and B1. RGB value is (219,142,177). Sum of RGB (Red+Green+Blue) = 219+142+177=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8EB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8EB1 is #24714E. Grayscale: #A8A8A8. Windows color (decimal): -2388303 or 11636443. OLE color: 11636443.
HSL color Cylindrical-coordinate representation of color #DB8EB1: hue angle of 332.73º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8EB1 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 177 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.14 |
| HSL | 332.73º | 0.52% | 0.71% | - |
| HSV(B) | 332.73º | 0.35% | 0.86% | - |
| XYZ | 46.82 | 37.58 | 46.38 | - |
| YUV | 169.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 177 | 0 | 0.35 | 0.19 | 0.14 | 332.73 | 0.52 | 0.71 |
| Hex | DB | 8E | B1 | 0 | 23 | 13 | E | 14D | 34 | 47 |
| Octal | 333 | 216 | 261 | 0 | 43 | 23 | 16 | 515 | 64 | 107 |
| Binary | 11011011 | 10001110 | 10110001 | 0 | 100011 | 10011 | 1110 | 101001101 | 110100 | 1000111 |
Color Harmonies of #DB8EB1
Complementary color
Monochromatic Colors of #DB8EB1
Black with #DB8EB1
Text Example
Text Example
White with #DB8EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8EB1; }
p { color: rgb(219,142,177); }
H1.HeaderClassName
{
color: #DB8EB1;
}
.AnyTagClassName
{
color: #DB8EB1;
}
</style>
background-color css
<style>
a { background-color: #DB8EB1; }
a { background-color: rgb(219,142,177); }
div.DivClassName
{
background-color: #DB8EB1;
}
.BgClassName
{
background-color: #DB8EB1;
}
</style>
border-color css
<style>
span { border-color: #DB8EB1; }
span { border-color: rgb(219,142,177); }
td.TdClassName
{
border-color: #DB8EB1;
}
.TagClassName
{
border-color: #DB8EB1;
}
</style>