Shades of Kobi #DB7DB0
Tints of Kobi #DB7DB0
RGB
CMYK
RGB Variations
Color information
#DB7DB0 (or 0xDB7DB0) is known color: Kobi. HEX triplet: DB, 7D and B0. RGB value is (219,125,176). Sum of RGB (Red+Green+Blue) = 219+125+176=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7DB0 is #24824F. Grayscale: #9E9E9E. Windows color (decimal): -2392656 or 11566555. OLE color: 11566555.
HSL color Cylindrical-coordinate representation of color #DB7DB0: hue angle of 327.45º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7DB0 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 176 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.14 |
| HSL | 327.45º | 0.57% | 0.67% | - |
| HSV(B) | 327.45º | 0.43% | 0.86% | - |
| XYZ | 44.38 | 32.86 | 45.08 | - |
| YUV | 158.92 | 137.64 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 176 | 0 | 0.43 | 0.20 | 0.14 | 327.45 | 0.57 | 0.67 |
| Hex | DB | 7D | B0 | 0 | 2B | 14 | E | 147 | 39 | 43 |
| Octal | 333 | 175 | 260 | 0 | 53 | 24 | 16 | 507 | 71 | 103 |
| Binary | 11011011 | 1111101 | 10110000 | 0 | 101011 | 10100 | 1110 | 101000111 | 111001 | 1000011 |
Color Harmonies of #DB7DB0
Complementary color
Monochromatic Colors of #DB7DB0
Black with #DB7DB0
Text Example
Text Example
White with #DB7DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DB0; }
p { color: rgb(219,125,176); }
H1.HeaderClassName
{
color: #DB7DB0;
}
.AnyTagClassName
{
color: #DB7DB0;
}
</style>
background-color css
<style>
a { background-color: #DB7DB0; }
a { background-color: rgb(219,125,176); }
div.DivClassName
{
background-color: #DB7DB0;
}
.BgClassName
{
background-color: #DB7DB0;
}
</style>
border-color css
<style>
span { border-color: #DB7DB0; }
span { border-color: rgb(219,125,176); }
td.TdClassName
{
border-color: #DB7DB0;
}
.TagClassName
{
border-color: #DB7DB0;
}
</style>