Shades of Deep Magenta #DE1FCE
Tints of Deep Magenta #DE1FCE
RGB
CMYK
RGB Variations
Color information
#DE1FCE (or 0xDE1FCE) is known color: Deep Magenta. HEX triplet: DE, 1F and CE. RGB value is (222,31,206). Sum of RGB (Red+Green+Blue) = 222+31+206=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 31 (12.5% from 255 or 6.75% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1FCE is #21E031. Grayscale: #6B6B6B. Windows color (decimal): -2220082 or 13508574. OLE color: 13508574.
HSL color Cylindrical-coordinate representation of color #DE1FCE: hue angle of 305.03º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1FCE is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 31 | 206 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.13 |
| HSL | 305.03º | 0.75% | 0.5% | - |
| HSV(B) | 305.03º | 0.86% | 0.87% | - |
| XYZ | 41.75 | 20.97 | 60.24 | - |
| YUV | 108.06 | 183.28 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 31 | 206 | 0 | 0.86 | 0.07 | 0.13 | 305.03 | 0.75 | 0.5 |
| Hex | DE | 1F | CE | 0 | 56 | 7 | D | 131 | 4B | 32 |
| Octal | 336 | 37 | 316 | 0 | 126 | 7 | 15 | 461 | 113 | 62 |
| Binary | 11011110 | 11111 | 11001110 | 0 | 1010110 | 111 | 1101 | 100110001 | 1001011 | 110010 |
Color Harmonies of #DE1FCE
Complementary color
Monochromatic Colors of #DE1FCE
Black with #DE1FCE
Text Example
Text Example
White with #DE1FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1FCE; }
p { color: rgb(222,31,206); }
H1.HeaderClassName
{
color: #DE1FCE;
}
.AnyTagClassName
{
color: #DE1FCE;
}
</style>
background-color css
<style>
a { background-color: #DE1FCE; }
a { background-color: rgb(222,31,206); }
div.DivClassName
{
background-color: #DE1FCE;
}
.BgClassName
{
background-color: #DE1FCE;
}
</style>
border-color css
<style>
span { border-color: #DE1FCE; }
span { border-color: rgb(222,31,206); }
td.TdClassName
{
border-color: #DE1FCE;
}
.TagClassName
{
border-color: #DE1FCE;
}
</style>