Shades of Deep Magenta #D52CE0
Tints of Deep Magenta #D52CE0
RGB
CMYK
RGB Variations
Color information
#D52CE0 (or 0xD52CE0) is known color: Deep Magenta. HEX triplet: D5, 2C and E0. RGB value is (213,44,224). Sum of RGB (Red+Green+Blue) = 213+44+224=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 44 (17.58% from 255 or 9.15% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #D52CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52CE0 is #2AD31F. Grayscale: #727272. Windows color (decimal): -2806560 or 14691541. OLE color: 14691541.
HSL color Cylindrical-coordinate representation of color #D52CE0: hue angle of 296.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52CE0 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 44 | 224 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.12 |
| HSL | 296.33º | 0.74% | 0.53% | - |
| HSV(B) | 296.33º | 0.8% | 0.88% | - |
| XYZ | 41.8 | 21.33 | 72.44 | - |
| YUV | 115.05 | 189.49 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 224 | 0.05 | 0.80 | 0 | 0.12 | 296.33 | 0.74 | 0.53 |
| Hex | D5 | 2C | E0 | 5 | 50 | 0 | C | 128 | 4A | 35 |
| Octal | 325 | 54 | 340 | 5 | 120 | 0 | 14 | 450 | 112 | 65 |
| Binary | 11010101 | 101100 | 11100000 | 101 | 1010000 | 0 | 1100 | 100101000 | 1001010 | 110101 |
Color Harmonies of #D52CE0
Complementary color
Monochromatic Colors of #D52CE0
Black with #D52CE0
Text Example
Text Example
White with #D52CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52CE0; }
p { color: rgb(213,44,224); }
H1.HeaderClassName
{
color: #D52CE0;
}
.AnyTagClassName
{
color: #D52CE0;
}
</style>
background-color css
<style>
a { background-color: #D52CE0; }
a { background-color: rgb(213,44,224); }
div.DivClassName
{
background-color: #D52CE0;
}
.BgClassName
{
background-color: #D52CE0;
}
</style>
border-color css
<style>
span { border-color: #D52CE0; }
span { border-color: rgb(213,44,224); }
td.TdClassName
{
border-color: #D52CE0;
}
.TagClassName
{
border-color: #D52CE0;
}
</style>