Shades of Deep Magenta #D504DF
Tints of Deep Magenta #D504DF
RGB
CMYK
RGB Variations
Color information
#D504DF (or 0xD504DF) is known color: Deep Magenta. HEX triplet: D5, 04 and DF. RGB value is (213,4,223). Sum of RGB (Red+Green+Blue) = 213+4+223=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 4 (1.95% from 255 or 0.91% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #D504DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D504DF is #2AFB20. Grayscale: #5A5A5A. Windows color (decimal): -2816801 or 14615765. OLE color: 14615765.
HSL color Cylindrical-coordinate representation of color #D504DF: hue angle of 297.26º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D504DF is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 4 | 223 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.13 |
| HSL | 297.26º | 0.96% | 0.45% | - |
| HSV(B) | 297.26º | 0.98% | 0.87% | - |
| XYZ | 40.8 | 19.56 | 71.44 | - |
| YUV | 91.46 | 202.24 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 223 | 0.04 | 0.98 | 0 | 0.13 | 297.26 | 0.96 | 0.45 |
| Hex | D5 | 4 | DF | 4 | 62 | 0 | D | 129 | 60 | 2D |
| Octal | 325 | 4 | 337 | 4 | 142 | 0 | 15 | 451 | 140 | 55 |
| Binary | 11010101 | 100 | 11011111 | 100 | 1100010 | 0 | 1101 | 100101001 | 1100000 | 101101 |
Color Harmonies of #D504DF
Complementary color
Monochromatic Colors of #D504DF
Black with #D504DF
Text Example
Text Example
White with #D504DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D504DF; }
p { color: rgb(213,4,223); }
H1.HeaderClassName
{
color: #D504DF;
}
.AnyTagClassName
{
color: #D504DF;
}
</style>
background-color css
<style>
a { background-color: #D504DF; }
a { background-color: rgb(213,4,223); }
div.DivClassName
{
background-color: #D504DF;
}
.BgClassName
{
background-color: #D504DF;
}
</style>
border-color css
<style>
span { border-color: #D504DF; }
span { border-color: rgb(213,4,223); }
td.TdClassName
{
border-color: #D504DF;
}
.TagClassName
{
border-color: #D504DF;
}
</style>