Shades of Kobi #DE7EA6
Tints of Kobi #DE7EA6
RGB
CMYK
RGB Variations
Color information
#DE7EA6 (or 0xDE7EA6) is known color: Kobi. HEX triplet: DE, 7E and A6. RGB value is (222,126,166). Sum of RGB (Red+Green+Blue) = 222+126+166=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7EA6 is #218159. Grayscale: #9F9F9F. Windows color (decimal): -2195802 or 10911454. OLE color: 10911454.
HSL color Cylindrical-coordinate representation of color #DE7EA6: hue angle of 335º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7EA6 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 126 | 166 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.13 |
| HSL | 335º | 0.59% | 0.68% | - |
| HSV(B) | 335º | 0.43% | 0.87% | - |
| XYZ | 44.47 | 33.2 | 40.14 | - |
| YUV | 159.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 126 | 166 | 0 | 0.43 | 0.25 | 0.13 | 335 | 0.59 | 0.68 |
| Hex | DE | 7E | A6 | 0 | 2B | 19 | D | 14F | 3B | 44 |
| Octal | 336 | 176 | 246 | 0 | 53 | 31 | 15 | 517 | 73 | 104 |
| Binary | 11011110 | 1111110 | 10100110 | 0 | 101011 | 11001 | 1101 | 101001111 | 111011 | 1000100 |
Color Harmonies of #DE7EA6
Complementary color
Monochromatic Colors of #DE7EA6
Black with #DE7EA6
Text Example
Text Example
White with #DE7EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7EA6; }
p { color: rgb(222,126,166); }
H1.HeaderClassName
{
color: #DE7EA6;
}
.AnyTagClassName
{
color: #DE7EA6;
}
</style>
background-color css
<style>
a { background-color: #DE7EA6; }
a { background-color: rgb(222,126,166); }
div.DivClassName
{
background-color: #DE7EA6;
}
.BgClassName
{
background-color: #DE7EA6;
}
</style>
border-color css
<style>
span { border-color: #DE7EA6; }
span { border-color: rgb(222,126,166); }
td.TdClassName
{
border-color: #DE7EA6;
}
.TagClassName
{
border-color: #DE7EA6;
}
</style>