Shades of Deep Magenta #DE0CCF
Tints of Deep Magenta #DE0CCF
RGB
CMYK
RGB Variations
Color information
#DE0CCF (or 0xDE0CCF) is known color: Deep Magenta. HEX triplet: DE, 0C and CF. RGB value is (222,12,207). Sum of RGB (Red+Green+Blue) = 222+12+207=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0CCF is #21F330. Grayscale: #606060. Windows color (decimal): -2224945 or 13569246. OLE color: 13569246.
HSL color Cylindrical-coordinate representation of color #DE0CCF: hue angle of 304.29º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0CCF is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 12 | 207 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.13 |
| HSL | 304.29º | 0.9% | 0.46% | - |
| HSV(B) | 304.29º | 0.95% | 0.87% | - |
| XYZ | 41.52 | 20.3 | 60.76 | - |
| YUV | 97.02 | 190.07 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 12 | 207 | 0 | 0.95 | 0.07 | 0.13 | 304.29 | 0.9 | 0.46 |
| Hex | DE | C | CF | 0 | 5F | 7 | D | 130 | 5A | 2E |
| Octal | 336 | 14 | 317 | 0 | 137 | 7 | 15 | 460 | 132 | 56 |
| Binary | 11011110 | 1100 | 11001111 | 0 | 1011111 | 111 | 1101 | 100110000 | 1011010 | 101110 |
Color Harmonies of #DE0CCF
Complementary color
Monochromatic Colors of #DE0CCF
Black with #DE0CCF
Text Example
Text Example
White with #DE0CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0CCF; }
p { color: rgb(222,12,207); }
H1.HeaderClassName
{
color: #DE0CCF;
}
.AnyTagClassName
{
color: #DE0CCF;
}
</style>
background-color css
<style>
a { background-color: #DE0CCF; }
a { background-color: rgb(222,12,207); }
div.DivClassName
{
background-color: #DE0CCF;
}
.BgClassName
{
background-color: #DE0CCF;
}
</style>
border-color css
<style>
span { border-color: #DE0CCF; }
span { border-color: rgb(222,12,207); }
td.TdClassName
{
border-color: #DE0CCF;
}
.TagClassName
{
border-color: #DE0CCF;
}
</style>