Shades of Kobi #DE7DAE
Tints of Kobi #DE7DAE
RGB
CMYK
RGB Variations
Color information
#DE7DAE (or 0xDE7DAE) is known color: Kobi. HEX triplet: DE, 7D and AE. RGB value is (222,125,174). Sum of RGB (Red+Green+Blue) = 222+125+174=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7DAE is #218251. Grayscale: #9F9F9F. Windows color (decimal): -2196050 or 11435486. OLE color: 11435486.
HSL color Cylindrical-coordinate representation of color #DE7DAE: hue angle of 329.69º 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 #DE7DAE is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 125 | 174 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.13 |
| HSL | 329.69º | 0.6% | 0.68% | - |
| HSV(B) | 329.69º | 0.44% | 0.87% | - |
| XYZ | 45.1 | 33.25 | 44.09 | - |
| YUV | 159.59 | 136.14 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 125 | 174 | 0 | 0.44 | 0.22 | 0.13 | 329.69 | 0.6 | 0.68 |
| Hex | DE | 7D | AE | 0 | 2C | 16 | D | 14A | 3C | 44 |
| Octal | 336 | 175 | 256 | 0 | 54 | 26 | 15 | 512 | 74 | 104 |
| Binary | 11011110 | 1111101 | 10101110 | 0 | 101100 | 10110 | 1101 | 101001010 | 111100 | 1000100 |
Color Harmonies of #DE7DAE
Complementary color
Monochromatic Colors of #DE7DAE
Black with #DE7DAE
Text Example
Text Example
White with #DE7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7DAE; }
p { color: rgb(222,125,174); }
H1.HeaderClassName
{
color: #DE7DAE;
}
.AnyTagClassName
{
color: #DE7DAE;
}
</style>
background-color css
<style>
a { background-color: #DE7DAE; }
a { background-color: rgb(222,125,174); }
div.DivClassName
{
background-color: #DE7DAE;
}
.BgClassName
{
background-color: #DE7DAE;
}
</style>
border-color css
<style>
span { border-color: #DE7DAE; }
span { border-color: rgb(222,125,174); }
td.TdClassName
{
border-color: #DE7DAE;
}
.TagClassName
{
border-color: #DE7DAE;
}
</style>