Shades of Deep Magenta #D21BC5
Tints of Deep Magenta #D21BC5
RGB
CMYK
RGB Variations
Color information
#D21BC5 (or 0xD21BC5) is known color: Deep Magenta. HEX triplet: D2, 1B and C5. RGB value is (210,27,197). Sum of RGB (Red+Green+Blue) = 210+27+197=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 27 (10.94% from 255 or 6.22% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D21BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21BC5 is #2DE43A. Grayscale: #646464. Windows color (decimal): -3007547 or 12917714. OLE color: 12917714.
HSL color Cylindrical-coordinate representation of color #D21BC5: hue angle of 304.26º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21BC5 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 197 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.18 |
| HSL | 304.26º | 0.77% | 0.46% | - |
| HSV(B) | 304.26º | 0.87% | 0.82% | - |
| XYZ | 37.05 | 18.52 | 54.44 | - |
| YUV | 101.1 | 182.13 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 197 | 0 | 0.87 | 0.06 | 0.18 | 304.26 | 0.77 | 0.46 |
| Hex | D2 | 1B | C5 | 0 | 57 | 6 | 12 | 130 | 4D | 2E |
| Octal | 322 | 33 | 305 | 0 | 127 | 6 | 22 | 460 | 115 | 56 |
| Binary | 11010010 | 11011 | 11000101 | 0 | 1010111 | 110 | 10010 | 100110000 | 1001101 | 101110 |
Color Harmonies of #D21BC5
Complementary color
Monochromatic Colors of #D21BC5
Black with #D21BC5
Text Example
Text Example
White with #D21BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BC5; }
p { color: rgb(210,27,197); }
H1.HeaderClassName
{
color: #D21BC5;
}
.AnyTagClassName
{
color: #D21BC5;
}
</style>
background-color css
<style>
a { background-color: #D21BC5; }
a { background-color: rgb(210,27,197); }
div.DivClassName
{
background-color: #D21BC5;
}
.BgClassName
{
background-color: #D21BC5;
}
</style>
border-color css
<style>
span { border-color: #D21BC5; }
span { border-color: rgb(210,27,197); }
td.TdClassName
{
border-color: #D21BC5;
}
.TagClassName
{
border-color: #D21BC5;
}
</style>