Shades of Deep Magenta #D21CC0
Tints of Deep Magenta #D21CC0
RGB
CMYK
RGB Variations
Color information
#D21CC0 (or 0xD21CC0) is known color: Deep Magenta. HEX triplet: D2, 1C and C0. RGB value is (210,28,192). Sum of RGB (Red+Green+Blue) = 210+28+192=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D21CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21CC0 is #2DE33F. Grayscale: #646464. Windows color (decimal): -3007296 or 12590290. OLE color: 12590290.
HSL color Cylindrical-coordinate representation of color #D21CC0: hue angle of 305.93º 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 #D21CC0 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 192 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.18 |
| HSL | 305.93º | 0.76% | 0.47% | - |
| HSV(B) | 305.93º | 0.87% | 0.82% | - |
| XYZ | 36.51 | 18.34 | 51.48 | - |
| YUV | 101.11 | 179.3 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 192 | 0 | 0.87 | 0.09 | 0.18 | 305.93 | 0.76 | 0.47 |
| Hex | D2 | 1C | C0 | 0 | 57 | 9 | 12 | 132 | 4C | 2F |
| Octal | 322 | 34 | 300 | 0 | 127 | 11 | 22 | 462 | 114 | 57 |
| Binary | 11010010 | 11100 | 11000000 | 0 | 1010111 | 1001 | 10010 | 100110010 | 1001100 | 101111 |
Color Harmonies of #D21CC0
Complementary color
Monochromatic Colors of #D21CC0
Black with #D21CC0
Text Example
Text Example
White with #D21CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21CC0; }
p { color: rgb(210,28,192); }
H1.HeaderClassName
{
color: #D21CC0;
}
.AnyTagClassName
{
color: #D21CC0;
}
</style>
background-color css
<style>
a { background-color: #D21CC0; }
a { background-color: rgb(210,28,192); }
div.DivClassName
{
background-color: #D21CC0;
}
.BgClassName
{
background-color: #D21CC0;
}
</style>
border-color css
<style>
span { border-color: #D21CC0; }
span { border-color: rgb(210,28,192); }
td.TdClassName
{
border-color: #D21CC0;
}
.TagClassName
{
border-color: #D21CC0;
}
</style>