Shades of Kobi #DB7EAC
Tints of Kobi #DB7EAC
RGB
CMYK
RGB Variations
Color information
#DB7EAC (or 0xDB7EAC) is known color: Kobi. HEX triplet: DB, 7E and AC. RGB value is (219,126,172). Sum of RGB (Red+Green+Blue) = 219+126+172=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7EAC is #248153. Grayscale: #9E9E9E. Windows color (decimal): -2392404 or 11304667. OLE color: 11304667.
HSL color Cylindrical-coordinate representation of color #DB7EAC: hue angle of 330.32º 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 #DB7EAC is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 172 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.14 |
| HSL | 330.32º | 0.56% | 0.68% | - |
| HSV(B) | 330.32º | 0.42% | 0.86% | - |
| XYZ | 44.12 | 32.96 | 43.07 | - |
| YUV | 159.05 | 135.31 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 172 | 0 | 0.42 | 0.21 | 0.14 | 330.32 | 0.56 | 0.68 |
| Hex | DB | 7E | AC | 0 | 2A | 15 | E | 14A | 38 | 44 |
| Octal | 333 | 176 | 254 | 0 | 52 | 25 | 16 | 512 | 70 | 104 |
| Binary | 11011011 | 1111110 | 10101100 | 0 | 101010 | 10101 | 1110 | 101001010 | 111000 | 1000100 |
Color Harmonies of #DB7EAC
Complementary color
Monochromatic Colors of #DB7EAC
Black with #DB7EAC
Text Example
Text Example
White with #DB7EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7EAC; }
p { color: rgb(219,126,172); }
H1.HeaderClassName
{
color: #DB7EAC;
}
.AnyTagClassName
{
color: #DB7EAC;
}
</style>
background-color css
<style>
a { background-color: #DB7EAC; }
a { background-color: rgb(219,126,172); }
div.DivClassName
{
background-color: #DB7EAC;
}
.BgClassName
{
background-color: #DB7EAC;
}
</style>
border-color css
<style>
span { border-color: #DB7EAC; }
span { border-color: rgb(219,126,172); }
td.TdClassName
{
border-color: #DB7EAC;
}
.TagClassName
{
border-color: #DB7EAC;
}
</style>