Shades of Deep Magenta #D01FC0
Tints of Deep Magenta #D01FC0
RGB
CMYK
RGB Variations
Color information
#D01FC0 (or 0xD01FC0) is known color: Deep Magenta. HEX triplet: D0, 1F and C0. RGB value is (208,31,192). Sum of RGB (Red+Green+Blue) = 208+31+192=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D01FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01FC0 is #2FE03F. Grayscale: #656565. Windows color (decimal): -3137600 or 12591056. OLE color: 12591056.
HSL color Cylindrical-coordinate representation of color #D01FC0: hue angle of 305.42º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D01FC0 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 31 | 192 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.18 |
| HSL | 305.42º | 0.74% | 0.47% | - |
| HSV(B) | 305.42º | 0.85% | 0.82% | - |
| XYZ | 36.02 | 18.2 | 51.48 | - |
| YUV | 102.28 | 178.64 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 192 | 0 | 0.85 | 0.08 | 0.18 | 305.42 | 0.74 | 0.47 |
| Hex | D0 | 1F | C0 | 0 | 55 | 8 | 12 | 131 | 4A | 2F |
| Octal | 320 | 37 | 300 | 0 | 125 | 10 | 22 | 461 | 112 | 57 |
| Binary | 11010000 | 11111 | 11000000 | 0 | 1010101 | 1000 | 10010 | 100110001 | 1001010 | 101111 |
Color Harmonies of #D01FC0
Complementary color
Monochromatic Colors of #D01FC0
Black with #D01FC0
Text Example
Text Example
White with #D01FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01FC0; }
p { color: rgb(208,31,192); }
H1.HeaderClassName
{
color: #D01FC0;
}
.AnyTagClassName
{
color: #D01FC0;
}
</style>
background-color css
<style>
a { background-color: #D01FC0; }
a { background-color: rgb(208,31,192); }
div.DivClassName
{
background-color: #D01FC0;
}
.BgClassName
{
background-color: #D01FC0;
}
</style>
border-color css
<style>
span { border-color: #D01FC0; }
span { border-color: rgb(208,31,192); }
td.TdClassName
{
border-color: #D01FC0;
}
.TagClassName
{
border-color: #D01FC0;
}
</style>