Shades of Deep Magenta #D410BE
Tints of Deep Magenta #D410BE
RGB
CMYK
RGB Variations
Color information
#D410BE (or 0xD410BE) is known color: Deep Magenta. HEX triplet: D4, 10 and BE. RGB value is (212,16,190). Sum of RGB (Red+Green+Blue) = 212+16+190=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D410BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D410BE is #2BEF41. Grayscale: #5D5D5D. Windows color (decimal): -2879298 or 12456148. OLE color: 12456148.
HSL color Cylindrical-coordinate representation of color #D410BE: hue angle of 306.73º 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 #D410BE is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 190 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.17 |
| HSL | 306.73º | 0.86% | 0.45% | - |
| HSV(B) | 306.73º | 0.92% | 0.83% | - |
| XYZ | 36.63 | 18.09 | 50.28 | - |
| YUV | 94.44 | 181.93 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 190 | 0 | 0.92 | 0.10 | 0.17 | 306.73 | 0.86 | 0.45 |
| Hex | D4 | 10 | BE | 0 | 5C | A | 11 | 133 | 56 | 2D |
| Octal | 324 | 20 | 276 | 0 | 134 | 12 | 21 | 463 | 126 | 55 |
| Binary | 11010100 | 10000 | 10111110 | 0 | 1011100 | 1010 | 10001 | 100110011 | 1010110 | 101101 |
Color Harmonies of #D410BE
Complementary color
Monochromatic Colors of #D410BE
Black with #D410BE
Text Example
Text Example
White with #D410BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D410BE; }
p { color: rgb(212,16,190); }
H1.HeaderClassName
{
color: #D410BE;
}
.AnyTagClassName
{
color: #D410BE;
}
</style>
background-color css
<style>
a { background-color: #D410BE; }
a { background-color: rgb(212,16,190); }
div.DivClassName
{
background-color: #D410BE;
}
.BgClassName
{
background-color: #D410BE;
}
</style>
border-color css
<style>
span { border-color: #D410BE; }
span { border-color: rgb(212,16,190); }
td.TdClassName
{
border-color: #D410BE;
}
.TagClassName
{
border-color: #D410BE;
}
</style>