Shades of Deep Magenta #D10CE5
Tints of Deep Magenta #D10CE5
RGB
CMYK
RGB Variations
Color information
#D10CE5 (or 0xD10CE5) is known color: Deep Magenta. HEX triplet: D1, 0C and E5. RGB value is (209,12,229). Sum of RGB (Red+Green+Blue) = 209+12+229=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 229 (89.84% from 255 or 50.89% from 450); Max value from RGB is 229 - color contains mainly: blue. Hex color #D10CE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10CE5 is #2EF31A. Grayscale: #5E5E5E. Windows color (decimal): -3076891 or 15011025. OLE color: 15011025.
HSL color Cylindrical-coordinate representation of color #D10CE5: hue angle of 294.47º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10CE5 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 12 | 229 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.10 |
| HSL | 294.47º | 0.9% | 0.47% | - |
| HSV(B) | 294.47º | 0.95% | 0.9% | - |
| XYZ | 40.57 | 19.48 | 75.75 | - |
| YUV | 95.64 | 203.27 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 229 | 0.09 | 0.95 | 0 | 0.10 | 294.47 | 0.9 | 0.47 |
| Hex | D1 | C | E5 | 9 | 5F | 0 | A | 126 | 5A | 2F |
| Octal | 321 | 14 | 345 | 11 | 137 | 0 | 12 | 446 | 132 | 57 |
| Binary | 11010001 | 1100 | 11100101 | 1001 | 1011111 | 0 | 1010 | 100100110 | 1011010 | 101111 |
Color Harmonies of #D10CE5
Complementary color
Monochromatic Colors of #D10CE5
Black with #D10CE5
Text Example
Text Example
White with #D10CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10CE5; }
p { color: rgb(209,12,229); }
H1.HeaderClassName
{
color: #D10CE5;
}
.AnyTagClassName
{
color: #D10CE5;
}
</style>
background-color css
<style>
a { background-color: #D10CE5; }
a { background-color: rgb(209,12,229); }
div.DivClassName
{
background-color: #D10CE5;
}
.BgClassName
{
background-color: #D10CE5;
}
</style>
border-color css
<style>
span { border-color: #D10CE5; }
span { border-color: rgb(209,12,229); }
td.TdClassName
{
border-color: #D10CE5;
}
.TagClassName
{
border-color: #D10CE5;
}
</style>