Shades of Deep Magenta #DE00CF
Tints of Deep Magenta #DE00CF
RGB
CMYK
RGB Variations
Color information
#DE00CF (or 0xDE00CF) is known color: Deep Magenta. HEX triplet: DE, 00 and CF. RGB value is (222,0,207). Sum of RGB (Red+Green+Blue) = 222+0+207=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE00CF is #21FF30. Grayscale: #595959. Windows color (decimal): -2228017 or 13566174. OLE color: 13566174.
HSL color Cylindrical-coordinate representation of color #DE00CF: hue angle of 304.05º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE00CF is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 207 | - |
| CMYK | 0 | 1 | 0.07 | 0.13 |
| HSL | 304.05º | 1% | 0.44% | - |
| HSV(B) | 304.05º | 1% | 0.87% | - |
| XYZ | 41.39 | 20.03 | 60.72 | - |
| YUV | 89.98 | 194.05 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 207 | 0 | 1 | 0.07 | 0.13 | 304.05 | 1 | 0.44 |
| Hex | DE | 0 | CF | 0 | 64 | 7 | D | 130 | 64 | 2C |
| Octal | 336 | 0 | 317 | 0 | 144 | 7 | 15 | 460 | 144 | 54 |
| Binary | 11011110 | 0 | 11001111 | 0 | 1100100 | 111 | 1101 | 100110000 | 1100100 | 101100 |
Color Harmonies of #DE00CF
Complementary color
Monochromatic Colors of #DE00CF
Black with #DE00CF
Text Example
Text Example
White with #DE00CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE00CF; }
p { color: rgb(222,0,207); }
H1.HeaderClassName
{
color: #DE00CF;
}
.AnyTagClassName
{
color: #DE00CF;
}
</style>
background-color css
<style>
a { background-color: #DE00CF; }
a { background-color: rgb(222,0,207); }
div.DivClassName
{
background-color: #DE00CF;
}
.BgClassName
{
background-color: #DE00CF;
}
</style>
border-color css
<style>
span { border-color: #DE00CF; }
span { border-color: rgb(222,0,207); }
td.TdClassName
{
border-color: #DE00CF;
}
.TagClassName
{
border-color: #DE00CF;
}
</style>