Shades of Deep Magenta #D21BC7
Tints of Deep Magenta #D21BC7
RGB
CMYK
RGB Variations
Color information
#D21BC7 (or 0xD21BC7) is known color: Deep Magenta. HEX triplet: D2, 1B and C7. RGB value is (210,27,199). Sum of RGB (Red+Green+Blue) = 210+27+199=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 27 (10.94% from 255 or 6.19% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D21BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21BC7 is #2DE438. Grayscale: #646464. Windows color (decimal): -3007545 or 13048786. OLE color: 13048786.
HSL color Cylindrical-coordinate representation of color #D21BC7: hue angle of 303.61º 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 #D21BC7 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 199 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.18 |
| HSL | 303.61º | 0.77% | 0.46% | - |
| HSV(B) | 303.61º | 0.87% | 0.82% | - |
| XYZ | 37.28 | 18.61 | 55.66 | - |
| YUV | 101.33 | 183.13 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 199 | 0 | 0.87 | 0.05 | 0.18 | 303.61 | 0.77 | 0.46 |
| Hex | D2 | 1B | C7 | 0 | 57 | 5 | 12 | 130 | 4D | 2E |
| Octal | 322 | 33 | 307 | 0 | 127 | 5 | 22 | 460 | 115 | 56 |
| Binary | 11010010 | 11011 | 11000111 | 0 | 1010111 | 101 | 10010 | 100110000 | 1001101 | 101110 |
Color Harmonies of #D21BC7
Complementary color
Monochromatic Colors of #D21BC7
Black with #D21BC7
Text Example
Text Example
White with #D21BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BC7; }
p { color: rgb(210,27,199); }
H1.HeaderClassName
{
color: #D21BC7;
}
.AnyTagClassName
{
color: #D21BC7;
}
</style>
background-color css
<style>
a { background-color: #D21BC7; }
a { background-color: rgb(210,27,199); }
div.DivClassName
{
background-color: #D21BC7;
}
.BgClassName
{
background-color: #D21BC7;
}
</style>
border-color css
<style>
span { border-color: #D21BC7; }
span { border-color: rgb(210,27,199); }
td.TdClassName
{
border-color: #D21BC7;
}
.TagClassName
{
border-color: #D21BC7;
}
</style>