Shades of Deep Magenta #D21CD5
Tints of Deep Magenta #D21CD5
RGB
CMYK
RGB Variations
Color information
#D21CD5 (or 0xD21CD5) is known color: Deep Magenta. HEX triplet: D2, 1C and D5. RGB value is (210,28,213). Sum of RGB (Red+Green+Blue) = 210+28+213=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 213 - color contains mainly: blue. Hex color #D21CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21CD5 is #2DE32A. Grayscale: #666666. Windows color (decimal): -3007275 or 13966546. OLE color: 13966546.
HSL color Cylindrical-coordinate representation of color #D21CD5: hue angle of 299.03º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21CD5 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 28 | 213 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.16 |
| HSL | 299.03º | 0.77% | 0.47% | - |
| HSV(B) | 299.03º | 0.87% | 0.84% | - |
| XYZ | 39 | 19.34 | 64.63 | - |
| YUV | 103.51 | 189.8 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 213 | 0.01 | 0.87 | 0 | 0.16 | 299.03 | 0.77 | 0.47 |
| Hex | D2 | 1C | D5 | 1 | 57 | 0 | 10 | 12B | 4D | 2F |
| Octal | 322 | 34 | 325 | 1 | 127 | 0 | 20 | 453 | 115 | 57 |
| Binary | 11010010 | 11100 | 11010101 | 1 | 1010111 | 0 | 10000 | 100101011 | 1001101 | 101111 |
Color Harmonies of #D21CD5
Complementary color
Monochromatic Colors of #D21CD5
Black with #D21CD5
Text Example
Text Example
White with #D21CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21CD5; }
p { color: rgb(210,28,213); }
H1.HeaderClassName
{
color: #D21CD5;
}
.AnyTagClassName
{
color: #D21CD5;
}
</style>
background-color css
<style>
a { background-color: #D21CD5; }
a { background-color: rgb(210,28,213); }
div.DivClassName
{
background-color: #D21CD5;
}
.BgClassName
{
background-color: #D21CD5;
}
</style>
border-color css
<style>
span { border-color: #D21CD5; }
span { border-color: rgb(210,28,213); }
td.TdClassName
{
border-color: #D21CD5;
}
.TagClassName
{
border-color: #D21CD5;
}
</style>