Shades of Kobi #DE7EAA
Tints of Kobi #DE7EAA
RGB
CMYK
RGB Variations
Color information
#DE7EAA (or 0xDE7EAA) is known color: Kobi. HEX triplet: DE, 7E and AA. RGB value is (222,126,170). Sum of RGB (Red+Green+Blue) = 222+126+170=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7EAA is #218155. Grayscale: #9F9F9F. Windows color (decimal): -2195798 or 11173598. OLE color: 11173598.
HSL color Cylindrical-coordinate representation of color #DE7EAA: hue angle of 332.5º 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 #DE7EAA is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 126 | 170 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.13 |
| HSL | 332.5º | 0.59% | 0.68% | - |
| HSV(B) | 332.5º | 0.43% | 0.87% | - |
| XYZ | 44.84 | 33.35 | 42.1 | - |
| YUV | 159.72 | 133.8 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 126 | 170 | 0 | 0.43 | 0.23 | 0.13 | 332.5 | 0.59 | 0.68 |
| Hex | DE | 7E | AA | 0 | 2B | 17 | D | 14C | 3B | 44 |
| Octal | 336 | 176 | 252 | 0 | 53 | 27 | 15 | 514 | 73 | 104 |
| Binary | 11011110 | 1111110 | 10101010 | 0 | 101011 | 10111 | 1101 | 101001100 | 111011 | 1000100 |
Color Harmonies of #DE7EAA
Complementary color
Monochromatic Colors of #DE7EAA
Black with #DE7EAA
Text Example
Text Example
White with #DE7EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7EAA; }
p { color: rgb(222,126,170); }
H1.HeaderClassName
{
color: #DE7EAA;
}
.AnyTagClassName
{
color: #DE7EAA;
}
</style>
background-color css
<style>
a { background-color: #DE7EAA; }
a { background-color: rgb(222,126,170); }
div.DivClassName
{
background-color: #DE7EAA;
}
.BgClassName
{
background-color: #DE7EAA;
}
</style>
border-color css
<style>
span { border-color: #DE7EAA; }
span { border-color: rgb(222,126,170); }
td.TdClassName
{
border-color: #DE7EAA;
}
.TagClassName
{
border-color: #DE7EAA;
}
</style>