Shades of Kobi #DE7CAA
Tints of Kobi #DE7CAA
RGB
CMYK
RGB Variations
Color information
#DE7CAA (or 0xDE7CAA) is known color: Kobi. HEX triplet: DE, 7C and AA. RGB value is (222,124,170). Sum of RGB (Red+Green+Blue) = 222+124+170=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7CAA is #218355. Grayscale: #9E9E9E. Windows color (decimal): -2196310 or 11173086. OLE color: 11173086.
HSL color Cylindrical-coordinate representation of color #DE7CAA: hue angle of 331.84º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7CAA is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 124 | 170 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.13 |
| HSL | 331.84º | 0.6% | 0.68% | - |
| HSV(B) | 331.84º | 0.44% | 0.87% | - |
| XYZ | 44.59 | 32.85 | 42.02 | - |
| YUV | 158.55 | 134.47 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 124 | 170 | 0 | 0.44 | 0.23 | 0.13 | 331.84 | 0.6 | 0.68 |
| Hex | DE | 7C | AA | 0 | 2C | 17 | D | 14C | 3C | 44 |
| Octal | 336 | 174 | 252 | 0 | 54 | 27 | 15 | 514 | 74 | 104 |
| Binary | 11011110 | 1111100 | 10101010 | 0 | 101100 | 10111 | 1101 | 101001100 | 111100 | 1000100 |
Color Harmonies of #DE7CAA
Complementary color
Monochromatic Colors of #DE7CAA
Black with #DE7CAA
Text Example
Text Example
White with #DE7CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7CAA; }
p { color: rgb(222,124,170); }
H1.HeaderClassName
{
color: #DE7CAA;
}
.AnyTagClassName
{
color: #DE7CAA;
}
</style>
background-color css
<style>
a { background-color: #DE7CAA; }
a { background-color: rgb(222,124,170); }
div.DivClassName
{
background-color: #DE7CAA;
}
.BgClassName
{
background-color: #DE7CAA;
}
</style>
border-color css
<style>
span { border-color: #DE7CAA; }
span { border-color: rgb(222,124,170); }
td.TdClassName
{
border-color: #DE7CAA;
}
.TagClassName
{
border-color: #DE7CAA;
}
</style>