Shades of Deep Magenta #D21BCC
Tints of Deep Magenta #D21BCC
RGB
CMYK
RGB Variations
Color information
#D21BCC (or 0xD21BCC) is known color: Deep Magenta. HEX triplet: D2, 1B and CC. RGB value is (210,27,204). Sum of RGB (Red+Green+Blue) = 210+27+204=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 27 (10.94% from 255 or 6.12% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D21BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21BCC is #2DE433. Grayscale: #656565. Windows color (decimal): -3007540 or 13376466. OLE color: 13376466.
HSL color Cylindrical-coordinate representation of color #D21BCC: hue angle of 301.97º 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 #D21BCC is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 204 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.18 |
| HSL | 301.97º | 0.77% | 0.46% | - |
| HSV(B) | 301.97º | 0.87% | 0.82% | - |
| XYZ | 37.87 | 18.85 | 58.77 | - |
| YUV | 101.9 | 185.63 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 204 | 0 | 0.87 | 0.03 | 0.18 | 301.97 | 0.77 | 0.46 |
| Hex | D2 | 1B | CC | 0 | 57 | 3 | 12 | 12E | 4D | 2E |
| Octal | 322 | 33 | 314 | 0 | 127 | 3 | 22 | 456 | 115 | 56 |
| Binary | 11010010 | 11011 | 11001100 | 0 | 1010111 | 11 | 10010 | 100101110 | 1001101 | 101110 |
Color Harmonies of #D21BCC
Complementary color
Monochromatic Colors of #D21BCC
Black with #D21BCC
Text Example
Text Example
White with #D21BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BCC; }
p { color: rgb(210,27,204); }
H1.HeaderClassName
{
color: #D21BCC;
}
.AnyTagClassName
{
color: #D21BCC;
}
</style>
background-color css
<style>
a { background-color: #D21BCC; }
a { background-color: rgb(210,27,204); }
div.DivClassName
{
background-color: #D21BCC;
}
.BgClassName
{
background-color: #D21BCC;
}
</style>
border-color css
<style>
span { border-color: #D21BCC; }
span { border-color: rgb(210,27,204); }
td.TdClassName
{
border-color: #D21BCC;
}
.TagClassName
{
border-color: #D21BCC;
}
</style>