Shades of Deep Magenta #D425DC
Tints of Deep Magenta #D425DC
RGB
CMYK
RGB Variations
Color information
#D425DC (or 0xD425DC) is known color: Deep Magenta. HEX triplet: D4, 25 and DC. RGB value is (212,37,220). Sum of RGB (Red+Green+Blue) = 212+37+220=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #D425DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D425DC is #2BDA23. Grayscale: #6D6D6D. Windows color (decimal): -2873892 or 14427604. OLE color: 14427604.
HSL color Cylindrical-coordinate representation of color #D425DC: hue angle of 297.38º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D425DC is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 37 | 220 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.14 |
| HSL | 297.38º | 0.72% | 0.5% | - |
| HSV(B) | 297.38º | 0.83% | 0.86% | - |
| XYZ | 40.73 | 20.49 | 69.52 | - |
| YUV | 110.19 | 189.98 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 220 | 0.04 | 0.83 | 0 | 0.14 | 297.38 | 0.72 | 0.5 |
| Hex | D4 | 25 | DC | 4 | 53 | 0 | E | 129 | 48 | 32 |
| Octal | 324 | 45 | 334 | 4 | 123 | 0 | 16 | 451 | 110 | 62 |
| Binary | 11010100 | 100101 | 11011100 | 100 | 1010011 | 0 | 1110 | 100101001 | 1001000 | 110010 |
Color Harmonies of #D425DC
Complementary color
Monochromatic Colors of #D425DC
Black with #D425DC
Text Example
Text Example
White with #D425DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D425DC; }
p { color: rgb(212,37,220); }
H1.HeaderClassName
{
color: #D425DC;
}
.AnyTagClassName
{
color: #D425DC;
}
</style>
background-color css
<style>
a { background-color: #D425DC; }
a { background-color: rgb(212,37,220); }
div.DivClassName
{
background-color: #D425DC;
}
.BgClassName
{
background-color: #D425DC;
}
</style>
border-color css
<style>
span { border-color: #D425DC; }
span { border-color: rgb(212,37,220); }
td.TdClassName
{
border-color: #D425DC;
}
.TagClassName
{
border-color: #D425DC;
}
</style>