Shades of Deep Magenta #D21BC1
Tints of Deep Magenta #D21BC1
RGB
CMYK
RGB Variations
Color information
#D21BC1 (or 0xD21BC1) is known color: Deep Magenta. HEX triplet: D2, 1B and C1. RGB value is (210,27,193). Sum of RGB (Red+Green+Blue) = 210+27+193=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D21BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21BC1 is #2DE43E. Grayscale: #646464. Windows color (decimal): -3007551 or 12655570. OLE color: 12655570.
HSL color Cylindrical-coordinate representation of color #D21BC1: hue angle of 305.57º 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 #D21BC1 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 193 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.18 |
| HSL | 305.57º | 0.77% | 0.46% | - |
| HSV(B) | 305.57º | 0.87% | 0.82% | - |
| XYZ | 36.6 | 18.34 | 52.06 | - |
| YUV | 100.64 | 180.13 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 193 | 0 | 0.87 | 0.08 | 0.18 | 305.57 | 0.77 | 0.46 |
| Hex | D2 | 1B | C1 | 0 | 57 | 8 | 12 | 132 | 4D | 2E |
| Octal | 322 | 33 | 301 | 0 | 127 | 10 | 22 | 462 | 115 | 56 |
| Binary | 11010010 | 11011 | 11000001 | 0 | 1010111 | 1000 | 10010 | 100110010 | 1001101 | 101110 |
Color Harmonies of #D21BC1
Complementary color
Monochromatic Colors of #D21BC1
Black with #D21BC1
Text Example
Text Example
White with #D21BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BC1; }
p { color: rgb(210,27,193); }
H1.HeaderClassName
{
color: #D21BC1;
}
.AnyTagClassName
{
color: #D21BC1;
}
</style>
background-color css
<style>
a { background-color: #D21BC1; }
a { background-color: rgb(210,27,193); }
div.DivClassName
{
background-color: #D21BC1;
}
.BgClassName
{
background-color: #D21BC1;
}
</style>
border-color css
<style>
span { border-color: #D21BC1; }
span { border-color: rgb(210,27,193); }
td.TdClassName
{
border-color: #D21BC1;
}
.TagClassName
{
border-color: #D21BC1;
}
</style>