Shades of Kobi #DB7EA8
Tints of Kobi #DB7EA8
RGB
CMYK
RGB Variations
Color information
#DB7EA8 (or 0xDB7EA8) is known color: Kobi. HEX triplet: DB, 7E and A8. RGB value is (219,126,168). Sum of RGB (Red+Green+Blue) = 219+126+168=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7EA8 is #248157. Grayscale: #9E9E9E. Windows color (decimal): -2392408 or 11042523. OLE color: 11042523.
HSL color Cylindrical-coordinate representation of color #DB7EA8: hue angle of 332.9º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7EA8 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 168 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.14 |
| HSL | 332.9º | 0.56% | 0.68% | - |
| HSV(B) | 332.9º | 0.42% | 0.86% | - |
| XYZ | 43.74 | 32.81 | 41.07 | - |
| YUV | 158.6 | 133.31 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 168 | 0 | 0.42 | 0.23 | 0.14 | 332.9 | 0.56 | 0.68 |
| Hex | DB | 7E | A8 | 0 | 2A | 17 | E | 14D | 38 | 44 |
| Octal | 333 | 176 | 250 | 0 | 52 | 27 | 16 | 515 | 70 | 104 |
| Binary | 11011011 | 1111110 | 10101000 | 0 | 101010 | 10111 | 1110 | 101001101 | 111000 | 1000100 |
Color Harmonies of #DB7EA8
Complementary color
Monochromatic Colors of #DB7EA8
Black with #DB7EA8
Text Example
Text Example
White with #DB7EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7EA8; }
p { color: rgb(219,126,168); }
H1.HeaderClassName
{
color: #DB7EA8;
}
.AnyTagClassName
{
color: #DB7EA8;
}
</style>
background-color css
<style>
a { background-color: #DB7EA8; }
a { background-color: rgb(219,126,168); }
div.DivClassName
{
background-color: #DB7EA8;
}
.BgClassName
{
background-color: #DB7EA8;
}
</style>
border-color css
<style>
span { border-color: #DB7EA8; }
span { border-color: rgb(219,126,168); }
td.TdClassName
{
border-color: #DB7EA8;
}
.TagClassName
{
border-color: #DB7EA8;
}
</style>