Shades of Kobi #DB7CB0
Tints of Kobi #DB7CB0
RGB
CMYK
RGB Variations
Color information
#DB7CB0 (or 0xDB7CB0) is known color: Kobi. HEX triplet: DB, 7C and B0. RGB value is (219,124,176). Sum of RGB (Red+Green+Blue) = 219+124+176=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7CB0 is #24834F. Grayscale: #9E9E9E. Windows color (decimal): -2392912 or 11566299. OLE color: 11566299.
HSL color Cylindrical-coordinate representation of color #DB7CB0: hue angle of 327.16º 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 #DB7CB0 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 176 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.14 |
| HSL | 327.16º | 0.57% | 0.67% | - |
| HSV(B) | 327.16º | 0.43% | 0.86% | - |
| XYZ | 44.26 | 32.61 | 45.04 | - |
| YUV | 158.33 | 137.97 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 176 | 0 | 0.43 | 0.20 | 0.14 | 327.16 | 0.57 | 0.67 |
| Hex | DB | 7C | B0 | 0 | 2B | 14 | E | 147 | 39 | 43 |
| Octal | 333 | 174 | 260 | 0 | 53 | 24 | 16 | 507 | 71 | 103 |
| Binary | 11011011 | 1111100 | 10110000 | 0 | 101011 | 10100 | 1110 | 101000111 | 111001 | 1000011 |
Color Harmonies of #DB7CB0
Complementary color
Monochromatic Colors of #DB7CB0
Black with #DB7CB0
Text Example
Text Example
White with #DB7CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CB0; }
p { color: rgb(219,124,176); }
H1.HeaderClassName
{
color: #DB7CB0;
}
.AnyTagClassName
{
color: #DB7CB0;
}
</style>
background-color css
<style>
a { background-color: #DB7CB0; }
a { background-color: rgb(219,124,176); }
div.DivClassName
{
background-color: #DB7CB0;
}
.BgClassName
{
background-color: #DB7CB0;
}
</style>
border-color css
<style>
span { border-color: #DB7CB0; }
span { border-color: rgb(219,124,176); }
td.TdClassName
{
border-color: #DB7CB0;
}
.TagClassName
{
border-color: #DB7CB0;
}
</style>