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