Shades of Deep Magenta #D410CF
Tints of Deep Magenta #D410CF
RGB
CMYK
RGB Variations
Color information
#D410CF (or 0xD410CF) is known color: Deep Magenta. HEX triplet: D4, 10 and CF. RGB value is (212,16,207). Sum of RGB (Red+Green+Blue) = 212+16+207=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D410CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D410CF is #2BEF30. Grayscale: #5F5F5F. Windows color (decimal): -2879281 or 13570260. OLE color: 13570260.
HSL color Cylindrical-coordinate representation of color #D410CF: hue angle of 301.53º 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 #D410CF is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 207 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.17 |
| HSL | 301.53º | 0.86% | 0.45% | - |
| HSV(B) | 301.53º | 0.92% | 0.83% | - |
| XYZ | 38.6 | 18.87 | 60.64 | - |
| YUV | 96.38 | 190.43 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 207 | 0 | 0.92 | 0.02 | 0.17 | 301.53 | 0.86 | 0.45 |
| Hex | D4 | 10 | CF | 0 | 5C | 2 | 11 | 12E | 56 | 2D |
| Octal | 324 | 20 | 317 | 0 | 134 | 2 | 21 | 456 | 126 | 55 |
| Binary | 11010100 | 10000 | 11001111 | 0 | 1011100 | 10 | 10001 | 100101110 | 1010110 | 101101 |
Color Harmonies of #D410CF
Complementary color
Monochromatic Colors of #D410CF
Black with #D410CF
Text Example
Text Example
White with #D410CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D410CF; }
p { color: rgb(212,16,207); }
H1.HeaderClassName
{
color: #D410CF;
}
.AnyTagClassName
{
color: #D410CF;
}
</style>
background-color css
<style>
a { background-color: #D410CF; }
a { background-color: rgb(212,16,207); }
div.DivClassName
{
background-color: #D410CF;
}
.BgClassName
{
background-color: #D410CF;
}
</style>
border-color css
<style>
span { border-color: #D410CF; }
span { border-color: rgb(212,16,207); }
td.TdClassName
{
border-color: #D410CF;
}
.TagClassName
{
border-color: #D410CF;
}
</style>