Shades of Deep Magenta #D624DC
Tints of Deep Magenta #D624DC
RGB
CMYK
RGB Variations
Color information
#D624DC (or 0xD624DC) is known color: Deep Magenta. HEX triplet: D6, 24 and DC. RGB value is (214,36,220). Sum of RGB (Red+Green+Blue) = 214+36+220=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 36 (14.45% from 255 or 7.66% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #D624DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D624DC is #29DB23. Grayscale: #6D6D6D. Windows color (decimal): -2743076 or 14427350. OLE color: 14427350.
HSL color Cylindrical-coordinate representation of color #D624DC: hue angle of 298.04º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D624DC is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 36 | 220 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.14 |
| HSL | 298.04º | 0.72% | 0.5% | - |
| HSV(B) | 298.04º | 0.84% | 0.86% | - |
| XYZ | 41.28 | 20.73 | 69.53 | - |
| YUV | 110.2 | 189.97 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 220 | 0.03 | 0.84 | 0 | 0.14 | 298.04 | 0.72 | 0.5 |
| Hex | D6 | 24 | DC | 3 | 54 | 0 | E | 12A | 48 | 32 |
| Octal | 326 | 44 | 334 | 3 | 124 | 0 | 16 | 452 | 110 | 62 |
| Binary | 11010110 | 100100 | 11011100 | 11 | 1010100 | 0 | 1110 | 100101010 | 1001000 | 110010 |
Color Harmonies of #D624DC
Complementary color
Monochromatic Colors of #D624DC
Black with #D624DC
Text Example
Text Example
White with #D624DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D624DC; }
p { color: rgb(214,36,220); }
H1.HeaderClassName
{
color: #D624DC;
}
.AnyTagClassName
{
color: #D624DC;
}
</style>
background-color css
<style>
a { background-color: #D624DC; }
a { background-color: rgb(214,36,220); }
div.DivClassName
{
background-color: #D624DC;
}
.BgClassName
{
background-color: #D624DC;
}
</style>
border-color css
<style>
span { border-color: #D624DC; }
span { border-color: rgb(214,36,220); }
td.TdClassName
{
border-color: #D624DC;
}
.TagClassName
{
border-color: #D624DC;
}
</style>