Shades of Deep Magenta #D21CD0
Tints of Deep Magenta #D21CD0
RGB
CMYK
RGB Variations
Color information
#D21CD0 (or 0xD21CD0) is known color: Deep Magenta. HEX triplet: D2, 1C and D0. RGB value is (210,28,208). Sum of RGB (Red+Green+Blue) = 210+28+208=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D21CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21CD0 is #2DE32F. Grayscale: #666666. Windows color (decimal): -3007280 or 13638866. OLE color: 13638866.
HSL color Cylindrical-coordinate representation of color #D21CD0: hue angle of 300.66º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21CD0 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 208 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.18 |
| HSL | 300.66º | 0.76% | 0.47% | - |
| HSV(B) | 300.66º | 0.87% | 0.82% | - |
| XYZ | 38.38 | 19.09 | 61.34 | - |
| YUV | 102.94 | 187.3 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 208 | 0 | 0.87 | 0.01 | 0.18 | 300.66 | 0.76 | 0.47 |
| Hex | D2 | 1C | D0 | 0 | 57 | 1 | 12 | 12D | 4C | 2F |
| Octal | 322 | 34 | 320 | 0 | 127 | 1 | 22 | 455 | 114 | 57 |
| Binary | 11010010 | 11100 | 11010000 | 0 | 1010111 | 1 | 10010 | 100101101 | 1001100 | 101111 |
Color Harmonies of #D21CD0
Complementary color
Monochromatic Colors of #D21CD0
Black with #D21CD0
Text Example
Text Example
White with #D21CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21CD0; }
p { color: rgb(210,28,208); }
H1.HeaderClassName
{
color: #D21CD0;
}
.AnyTagClassName
{
color: #D21CD0;
}
</style>
background-color css
<style>
a { background-color: #D21CD0; }
a { background-color: rgb(210,28,208); }
div.DivClassName
{
background-color: #D21CD0;
}
.BgClassName
{
background-color: #D21CD0;
}
</style>
border-color css
<style>
span { border-color: #D21CD0; }
span { border-color: rgb(210,28,208); }
td.TdClassName
{
border-color: #D21CD0;
}
.TagClassName
{
border-color: #D21CD0;
}
</style>