Shades of Deep Magenta #D20CE1
Tints of Deep Magenta #D20CE1
RGB
CMYK
RGB Variations
Color information
#D20CE1 (or 0xD20CE1) is known color: Deep Magenta. HEX triplet: D2, 0C and E1. RGB value is (210,12,225). Sum of RGB (Red+Green+Blue) = 210+12+225=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #D20CE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CE1 is #2DF31E. Grayscale: #5E5E5E. Windows color (decimal): -3011359 or 14748882. OLE color: 14748882.
HSL color Cylindrical-coordinate representation of color #D20CE1: hue angle of 295.77º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20CE1 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 12 | 225 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.12 |
| HSL | 295.77º | 0.9% | 0.46% | - |
| HSV(B) | 295.77º | 0.95% | 0.88% | - |
| XYZ | 40.3 | 19.4 | 72.85 | - |
| YUV | 95.48 | 201.1 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 225 | 0.07 | 0.95 | 0 | 0.12 | 295.77 | 0.9 | 0.46 |
| Hex | D2 | C | E1 | 7 | 5F | 0 | C | 128 | 5A | 2E |
| Octal | 322 | 14 | 341 | 7 | 137 | 0 | 14 | 450 | 132 | 56 |
| Binary | 11010010 | 1100 | 11100001 | 111 | 1011111 | 0 | 1100 | 100101000 | 1011010 | 101110 |
Color Harmonies of #D20CE1
Complementary color
Monochromatic Colors of #D20CE1
Black with #D20CE1
Text Example
Text Example
White with #D20CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20CE1; }
p { color: rgb(210,12,225); }
H1.HeaderClassName
{
color: #D20CE1;
}
.AnyTagClassName
{
color: #D20CE1;
}
</style>
background-color css
<style>
a { background-color: #D20CE1; }
a { background-color: rgb(210,12,225); }
div.DivClassName
{
background-color: #D20CE1;
}
.BgClassName
{
background-color: #D20CE1;
}
</style>
border-color css
<style>
span { border-color: #D20CE1; }
span { border-color: rgb(210,12,225); }
td.TdClassName
{
border-color: #D20CE1;
}
.TagClassName
{
border-color: #D20CE1;
}
</style>