Shades of Deep Magenta #D31CE5
Tints of Deep Magenta #D31CE5
RGB
CMYK
RGB Variations
Color information
#D31CE5 (or 0xD31CE5) is known color: Deep Magenta. HEX triplet: D3, 1C and E5. RGB value is (211,28,229). Sum of RGB (Red+Green+Blue) = 211+28+229=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 28 (11.33% from 255 or 5.98% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #D31CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31CE5 is #2CE31A. Grayscale: #696969. Windows color (decimal): -2941723 or 15015123. OLE color: 15015123.
HSL color Cylindrical-coordinate representation of color #D31CE5: hue angle of 294.63º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31CE5 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 28 | 229 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.10 |
| HSL | 294.63º | 0.79% | 0.5% | - |
| HSV(B) | 294.63º | 0.88% | 0.9% | - |
| XYZ | 41.42 | 20.34 | 75.87 | - |
| YUV | 105.63 | 197.63 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 28 | 229 | 0.08 | 0.88 | 0 | 0.10 | 294.63 | 0.79 | 0.5 |
| Hex | D3 | 1C | E5 | 8 | 58 | 0 | A | 127 | 4F | 32 |
| Octal | 323 | 34 | 345 | 10 | 130 | 0 | 12 | 447 | 117 | 62 |
| Binary | 11010011 | 11100 | 11100101 | 1000 | 1011000 | 0 | 1010 | 100100111 | 1001111 | 110010 |
Color Harmonies of #D31CE5
Complementary color
Monochromatic Colors of #D31CE5
Black with #D31CE5
Text Example
Text Example
White with #D31CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31CE5; }
p { color: rgb(211,28,229); }
H1.HeaderClassName
{
color: #D31CE5;
}
.AnyTagClassName
{
color: #D31CE5;
}
</style>
background-color css
<style>
a { background-color: #D31CE5; }
a { background-color: rgb(211,28,229); }
div.DivClassName
{
background-color: #D31CE5;
}
.BgClassName
{
background-color: #D31CE5;
}
</style>
border-color css
<style>
span { border-color: #D31CE5; }
span { border-color: rgb(211,28,229); }
td.TdClassName
{
border-color: #D31CE5;
}
.TagClassName
{
border-color: #D31CE5;
}
</style>