Shades of Deep Magenta #D10CE1
Tints of Deep Magenta #D10CE1
RGB
CMYK
RGB Variations
Color information
#D10CE1 (or 0xD10CE1) is known color: Deep Magenta. HEX triplet: D1, 0C and E1. RGB value is (209,12,225). Sum of RGB (Red+Green+Blue) = 209+12+225=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 225 (88.28% from 255 or 50.45% from 446); Max value from RGB is 225 - color contains mainly: blue. Hex color #D10CE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10CE1 is #2EF31E. Grayscale: #5E5E5E. Windows color (decimal): -3076895 or 14748881. OLE color: 14748881.
HSL color Cylindrical-coordinate representation of color #D10CE1: hue angle of 295.49º 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 #D10CE1 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 12 | 225 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.12 |
| HSL | 295.49º | 0.9% | 0.46% | - |
| HSV(B) | 295.49º | 0.95% | 0.88% | - |
| XYZ | 40.02 | 19.25 | 72.84 | - |
| YUV | 95.19 | 201.27 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 225 | 0.07 | 0.95 | 0 | 0.12 | 295.49 | 0.9 | 0.46 |
| Hex | D1 | C | E1 | 7 | 5F | 0 | C | 127 | 5A | 2E |
| Octal | 321 | 14 | 341 | 7 | 137 | 0 | 14 | 447 | 132 | 56 |
| Binary | 11010001 | 1100 | 11100001 | 111 | 1011111 | 0 | 1100 | 100100111 | 1011010 | 101110 |
Color Harmonies of #D10CE1
Complementary color
Monochromatic Colors of #D10CE1
Black with #D10CE1
Text Example
Text Example
White with #D10CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10CE1; }
p { color: rgb(209,12,225); }
H1.HeaderClassName
{
color: #D10CE1;
}
.AnyTagClassName
{
color: #D10CE1;
}
</style>
background-color css
<style>
a { background-color: #D10CE1; }
a { background-color: rgb(209,12,225); }
div.DivClassName
{
background-color: #D10CE1;
}
.BgClassName
{
background-color: #D10CE1;
}
</style>
border-color css
<style>
span { border-color: #D10CE1; }
span { border-color: rgb(209,12,225); }
td.TdClassName
{
border-color: #D10CE1;
}
.TagClassName
{
border-color: #D10CE1;
}
</style>