Shades of Deep Magenta #D21CE5
Tints of Deep Magenta #D21CE5
RGB
CMYK
RGB Variations
Color information
#D21CE5 (or 0xD21CE5) is known color: Deep Magenta. HEX triplet: D2, 1C and E5. RGB value is (210,28,229). Sum of RGB (Red+Green+Blue) = 210+28+229=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 28 (11.33% from 255 or 6.00% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #D21CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21CE5 is #2DE31A. Grayscale: #686868. Windows color (decimal): -3007259 or 15015122. OLE color: 15015122.
HSL color Cylindrical-coordinate representation of color #D21CE5: hue angle of 294.33º 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 #D21CE5 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 28 | 229 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.10 |
| HSL | 294.33º | 0.79% | 0.5% | - |
| HSV(B) | 294.33º | 0.88% | 0.9% | - |
| XYZ | 41.14 | 20.19 | 75.86 | - |
| YUV | 105.33 | 197.8 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 229 | 0.08 | 0.88 | 0 | 0.10 | 294.33 | 0.79 | 0.5 |
| Hex | D2 | 1C | E5 | 8 | 58 | 0 | A | 126 | 4F | 32 |
| Octal | 322 | 34 | 345 | 10 | 130 | 0 | 12 | 446 | 117 | 62 |
| Binary | 11010010 | 11100 | 11100101 | 1000 | 1011000 | 0 | 1010 | 100100110 | 1001111 | 110010 |
Color Harmonies of #D21CE5
Complementary color
Monochromatic Colors of #D21CE5
Black with #D21CE5
Text Example
Text Example
White with #D21CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21CE5; }
p { color: rgb(210,28,229); }
H1.HeaderClassName
{
color: #D21CE5;
}
.AnyTagClassName
{
color: #D21CE5;
}
</style>
background-color css
<style>
a { background-color: #D21CE5; }
a { background-color: rgb(210,28,229); }
div.DivClassName
{
background-color: #D21CE5;
}
.BgClassName
{
background-color: #D21CE5;
}
</style>
border-color css
<style>
span { border-color: #D21CE5; }
span { border-color: rgb(210,28,229); }
td.TdClassName
{
border-color: #D21CE5;
}
.TagClassName
{
border-color: #D21CE5;
}
</style>