Shades of Deep Magenta #D504C9
Tints of Deep Magenta #D504C9
RGB
CMYK
RGB Variations
Color information
#D504C9 (or 0xD504C9) is known color: Deep Magenta. HEX triplet: D5, 04 and C9. RGB value is (213,4,201). Sum of RGB (Red+Green+Blue) = 213+4+201=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 4 (1.95% from 255 or 0.96% from 418); Blue value is 201 (78.91% from 255 or 48.09% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D504C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D504C9 is #2AFB36. Grayscale: #585858. Windows color (decimal): -2816823 or 13173973. OLE color: 13173973.
HSL color Cylindrical-coordinate representation of color #D504C9: hue angle of 303.44º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D504C9 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 201 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.16 |
| HSL | 303.45º | 0.96% | 0.43% | - |
| HSV(B) | 303.45º | 0.98% | 0.84% | - |
| XYZ | 38.03 | 18.45 | 56.82 | - |
| YUV | 88.95 | 191.24 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 201 | 0 | 0.98 | 0.06 | 0.16 | 303.45 | 0.96 | 0.43 |
| Hex | D5 | 4 | C9 | 0 | 62 | 6 | 10 | 12F | 60 | 2B |
| Octal | 325 | 4 | 311 | 0 | 142 | 6 | 20 | 457 | 140 | 53 |
| Binary | 11010101 | 100 | 11001001 | 0 | 1100010 | 110 | 10000 | 100101111 | 1100000 | 101011 |
Color Harmonies of #D504C9
Complementary color
Monochromatic Colors of #D504C9
Black with #D504C9
Text Example
Text Example
White with #D504C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D504C9; }
p { color: rgb(213,4,201); }
H1.HeaderClassName
{
color: #D504C9;
}
.AnyTagClassName
{
color: #D504C9;
}
</style>
background-color css
<style>
a { background-color: #D504C9; }
a { background-color: rgb(213,4,201); }
div.DivClassName
{
background-color: #D504C9;
}
.BgClassName
{
background-color: #D504C9;
}
</style>
border-color css
<style>
span { border-color: #D504C9; }
span { border-color: rgb(213,4,201); }
td.TdClassName
{
border-color: #D504C9;
}
.TagClassName
{
border-color: #D504C9;
}
</style>