Shades of Deep Magenta #D21BDC
Tints of Deep Magenta #D21BDC
RGB
CMYK
RGB Variations
Color information
#D21BDC (or 0xD21BDC) is known color: Deep Magenta. HEX triplet: D2, 1B and DC. RGB value is (210,27,220). Sum of RGB (Red+Green+Blue) = 210+27+220=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 27 (10.94% from 255 or 5.91% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #D21BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21BDC is #2DE423. Grayscale: #676767. Windows color (decimal): -3007524 or 14425042. OLE color: 14425042.
HSL color Cylindrical-coordinate representation of color #D21BDC: hue angle of 296.89º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21BDC is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 27 | 220 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.14 |
| HSL | 296.89º | 0.78% | 0.48% | - |
| HSV(B) | 296.89º | 0.88% | 0.86% | - |
| XYZ | 39.89 | 19.65 | 69.4 | - |
| YUV | 103.72 | 193.63 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 220 | 0.05 | 0.88 | 0 | 0.14 | 296.89 | 0.78 | 0.48 |
| Hex | D2 | 1B | DC | 5 | 58 | 0 | E | 129 | 4E | 30 |
| Octal | 322 | 33 | 334 | 5 | 130 | 0 | 16 | 451 | 116 | 60 |
| Binary | 11010010 | 11011 | 11011100 | 101 | 1011000 | 0 | 1110 | 100101001 | 1001110 | 110000 |
Color Harmonies of #D21BDC
Complementary color
Monochromatic Colors of #D21BDC
Black with #D21BDC
Text Example
Text Example
White with #D21BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BDC; }
p { color: rgb(210,27,220); }
H1.HeaderClassName
{
color: #D21BDC;
}
.AnyTagClassName
{
color: #D21BDC;
}
</style>
background-color css
<style>
a { background-color: #D21BDC; }
a { background-color: rgb(210,27,220); }
div.DivClassName
{
background-color: #D21BDC;
}
.BgClassName
{
background-color: #D21BDC;
}
</style>
border-color css
<style>
span { border-color: #D21BDC; }
span { border-color: rgb(210,27,220); }
td.TdClassName
{
border-color: #D21BDC;
}
.TagClassName
{
border-color: #D21BDC;
}
</style>