Shades of Deep Magenta #D410BD
Tints of Deep Magenta #D410BD
RGB
CMYK
RGB Variations
Color information
#D410BD (or 0xD410BD) is known color: Deep Magenta. HEX triplet: D4, 10 and BD. RGB value is (212,16,189). Sum of RGB (Red+Green+Blue) = 212+16+189=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D410BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D410BD is #2BEF42. Grayscale: #5D5D5D. Windows color (decimal): -2879299 or 12390612. OLE color: 12390612.
HSL color Cylindrical-coordinate representation of color #D410BD: hue angle of 307.04º 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 #D410BD is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 189 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.17 |
| HSL | 307.04º | 0.86% | 0.45% | - |
| HSV(B) | 307.04º | 0.92% | 0.83% | - |
| XYZ | 36.52 | 18.04 | 49.7 | - |
| YUV | 94.33 | 181.43 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 189 | 0 | 0.92 | 0.11 | 0.17 | 307.04 | 0.86 | 0.45 |
| Hex | D4 | 10 | BD | 0 | 5C | B | 11 | 133 | 56 | 2D |
| Octal | 324 | 20 | 275 | 0 | 134 | 13 | 21 | 463 | 126 | 55 |
| Binary | 11010100 | 10000 | 10111101 | 0 | 1011100 | 1011 | 10001 | 100110011 | 1010110 | 101101 |
Color Harmonies of #D410BD
Complementary color
Monochromatic Colors of #D410BD
Black with #D410BD
Text Example
Text Example
White with #D410BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D410BD; }
p { color: rgb(212,16,189); }
H1.HeaderClassName
{
color: #D410BD;
}
.AnyTagClassName
{
color: #D410BD;
}
</style>
background-color css
<style>
a { background-color: #D410BD; }
a { background-color: rgb(212,16,189); }
div.DivClassName
{
background-color: #D410BD;
}
.BgClassName
{
background-color: #D410BD;
}
</style>
border-color css
<style>
span { border-color: #D410BD; }
span { border-color: rgb(212,16,189); }
td.TdClassName
{
border-color: #D410BD;
}
.TagClassName
{
border-color: #D410BD;
}
</style>