Shades of Deep Magenta #D21CDF
Tints of Deep Magenta #D21CDF
RGB
CMYK
RGB Variations
Color information
#D21CDF (or 0xD21CDF) is known color: Deep Magenta. HEX triplet: D2, 1C and DF. RGB value is (210,28,223). Sum of RGB (Red+Green+Blue) = 210+28+223=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #D21CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21CDF is #2DE320. Grayscale: #686868. Windows color (decimal): -3007265 or 14621906. OLE color: 14621906.
HSL color Cylindrical-coordinate representation of color #D21CDF: hue angle of 296º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21CDF is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 28 | 223 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.13 |
| HSL | 296º | 0.78% | 0.49% | - |
| HSV(B) | 296º | 0.87% | 0.87% | - |
| XYZ | 40.31 | 19.86 | 71.52 | - |
| YUV | 104.65 | 194.8 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 223 | 0.06 | 0.87 | 0 | 0.13 | 296 | 0.78 | 0.49 |
| Hex | D2 | 1C | DF | 6 | 57 | 0 | D | 128 | 4E | 31 |
| Octal | 322 | 34 | 337 | 6 | 127 | 0 | 15 | 450 | 116 | 61 |
| Binary | 11010010 | 11100 | 11011111 | 110 | 1010111 | 0 | 1101 | 100101000 | 1001110 | 110001 |
Color Harmonies of #D21CDF
Complementary color
Monochromatic Colors of #D21CDF
Black with #D21CDF
Text Example
Text Example
White with #D21CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21CDF; }
p { color: rgb(210,28,223); }
H1.HeaderClassName
{
color: #D21CDF;
}
.AnyTagClassName
{
color: #D21CDF;
}
</style>
background-color css
<style>
a { background-color: #D21CDF; }
a { background-color: rgb(210,28,223); }
div.DivClassName
{
background-color: #D21CDF;
}
.BgClassName
{
background-color: #D21CDF;
}
</style>
border-color css
<style>
span { border-color: #D21CDF; }
span { border-color: rgb(210,28,223); }
td.TdClassName
{
border-color: #D21CDF;
}
.TagClassName
{
border-color: #D21CDF;
}
</style>