Shades of Deep Magenta #DE0ACF
Tints of Deep Magenta #DE0ACF
RGB
CMYK
RGB Variations
Color information
#DE0ACF (or 0xDE0ACF) is known color: Deep Magenta. HEX triplet: DE, 0A and CF. RGB value is (222,10,207). Sum of RGB (Red+Green+Blue) = 222+10+207=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0ACF is #21F530. Grayscale: #5F5F5F. Windows color (decimal): -2225457 or 13568734. OLE color: 13568734.
HSL color Cylindrical-coordinate representation of color #DE0ACF: hue angle of 304.25º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0ACF is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 10 | 207 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.13 |
| HSL | 304.25º | 0.91% | 0.45% | - |
| HSV(B) | 304.25º | 0.95% | 0.87% | - |
| XYZ | 41.5 | 20.25 | 60.75 | - |
| YUV | 95.85 | 190.74 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 10 | 207 | 0 | 0.95 | 0.07 | 0.13 | 304.25 | 0.91 | 0.45 |
| Hex | DE | A | CF | 0 | 5F | 7 | D | 130 | 5B | 2D |
| Octal | 336 | 12 | 317 | 0 | 137 | 7 | 15 | 460 | 133 | 55 |
| Binary | 11011110 | 1010 | 11001111 | 0 | 1011111 | 111 | 1101 | 100110000 | 1011011 | 101101 |
Color Harmonies of #DE0ACF
Complementary color
Monochromatic Colors of #DE0ACF
Black with #DE0ACF
Text Example
Text Example
White with #DE0ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0ACF; }
p { color: rgb(222,10,207); }
H1.HeaderClassName
{
color: #DE0ACF;
}
.AnyTagClassName
{
color: #DE0ACF;
}
</style>
background-color css
<style>
a { background-color: #DE0ACF; }
a { background-color: rgb(222,10,207); }
div.DivClassName
{
background-color: #DE0ACF;
}
.BgClassName
{
background-color: #DE0ACF;
}
</style>
border-color css
<style>
span { border-color: #DE0ACF; }
span { border-color: rgb(222,10,207); }
td.TdClassName
{
border-color: #DE0ACF;
}
.TagClassName
{
border-color: #DE0ACF;
}
</style>