Shades of Deep Magenta #D405DC
Tints of Deep Magenta #D405DC
RGB
CMYK
RGB Variations
Color information
#D405DC (or 0xD405DC) is known color: Deep Magenta. HEX triplet: D4, 05 and DC. RGB value is (212,5,220). Sum of RGB (Red+Green+Blue) = 212+5+220=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 5 (2.34% from 255 or 1.14% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #D405DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D405DC is #2BFA23. Grayscale: #5A5A5A. Windows color (decimal): -2882084 or 14419412. OLE color: 14419412.
HSL color Cylindrical-coordinate representation of color #D405DC: hue angle of 297.77º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D405DC is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 5 | 220 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.14 |
| HSL | 297.77º | 0.96% | 0.44% | - |
| HSV(B) | 297.77º | 0.98% | 0.86% | - |
| XYZ | 40.12 | 19.27 | 69.32 | - |
| YUV | 91.4 | 200.58 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 220 | 0.04 | 0.98 | 0 | 0.14 | 297.77 | 0.96 | 0.44 |
| Hex | D4 | 5 | DC | 4 | 62 | 0 | E | 12A | 60 | 2C |
| Octal | 324 | 5 | 334 | 4 | 142 | 0 | 16 | 452 | 140 | 54 |
| Binary | 11010100 | 101 | 11011100 | 100 | 1100010 | 0 | 1110 | 100101010 | 1100000 | 101100 |
Color Harmonies of #D405DC
Complementary color
Monochromatic Colors of #D405DC
Black with #D405DC
Text Example
Text Example
White with #D405DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D405DC; }
p { color: rgb(212,5,220); }
H1.HeaderClassName
{
color: #D405DC;
}
.AnyTagClassName
{
color: #D405DC;
}
</style>
background-color css
<style>
a { background-color: #D405DC; }
a { background-color: rgb(212,5,220); }
div.DivClassName
{
background-color: #D405DC;
}
.BgClassName
{
background-color: #D405DC;
}
</style>
border-color css
<style>
span { border-color: #D405DC; }
span { border-color: rgb(212,5,220); }
td.TdClassName
{
border-color: #D405DC;
}
.TagClassName
{
border-color: #D405DC;
}
</style>