Shades of Deep Magenta #D410BC
Tints of Deep Magenta #D410BC
RGB
CMYK
RGB Variations
Color information
#D410BC (or 0xD410BC) is known color: Deep Magenta. HEX triplet: D4, 10 and BC. RGB value is (212,16,188). Sum of RGB (Red+Green+Blue) = 212+16+188=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D410BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D410BC is #2BEF43. Grayscale: #5D5D5D. Windows color (decimal): -2879300 or 12325076. OLE color: 12325076.
HSL color Cylindrical-coordinate representation of color #D410BC: hue angle of 307.35º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D410BC is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 188 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.17 |
| HSL | 307.35º | 0.86% | 0.45% | - |
| HSV(B) | 307.35º | 0.92% | 0.83% | - |
| XYZ | 36.41 | 18 | 49.13 | - |
| YUV | 94.21 | 180.93 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 188 | 0 | 0.92 | 0.11 | 0.17 | 307.35 | 0.86 | 0.45 |
| Hex | D4 | 10 | BC | 0 | 5C | B | 11 | 133 | 56 | 2D |
| Octal | 324 | 20 | 274 | 0 | 134 | 13 | 21 | 463 | 126 | 55 |
| Binary | 11010100 | 10000 | 10111100 | 0 | 1011100 | 1011 | 10001 | 100110011 | 1010110 | 101101 |
Color Harmonies of #D410BC
Complementary color
Monochromatic Colors of #D410BC
Black with #D410BC
Text Example
Text Example
White with #D410BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D410BC; }
p { color: rgb(212,16,188); }
H1.HeaderClassName
{
color: #D410BC;
}
.AnyTagClassName
{
color: #D410BC;
}
</style>
background-color css
<style>
a { background-color: #D410BC; }
a { background-color: rgb(212,16,188); }
div.DivClassName
{
background-color: #D410BC;
}
.BgClassName
{
background-color: #D410BC;
}
</style>
border-color css
<style>
span { border-color: #D410BC; }
span { border-color: rgb(212,16,188); }
td.TdClassName
{
border-color: #D410BC;
}
.TagClassName
{
border-color: #D410BC;
}
</style>