Shades of Deep Magenta #D504CD
Tints of Deep Magenta #D504CD
RGB
CMYK
RGB Variations
Color information
#D504CD (or 0xD504CD) is known color: Deep Magenta. HEX triplet: D5, 04 and CD. RGB value is (213,4,205). Sum of RGB (Red+Green+Blue) = 213+4+205=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D504CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D504CD is #2AFB32. Grayscale: #585858. Windows color (decimal): -2816819 or 13436117. OLE color: 13436117.
HSL color Cylindrical-coordinate representation of color #D504CD: hue angle of 302.3º 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 #D504CD is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 205 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.16 |
| HSL | 302.3º | 0.96% | 0.43% | - |
| HSV(B) | 302.3º | 0.98% | 0.84% | - |
| XYZ | 38.5 | 18.64 | 59.33 | - |
| YUV | 89.41 | 193.24 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 205 | 0 | 0.98 | 0.04 | 0.16 | 302.3 | 0.96 | 0.43 |
| Hex | D5 | 4 | CD | 0 | 62 | 4 | 10 | 12E | 60 | 2B |
| Octal | 325 | 4 | 315 | 0 | 142 | 4 | 20 | 456 | 140 | 53 |
| Binary | 11010101 | 100 | 11001101 | 0 | 1100010 | 100 | 10000 | 100101110 | 1100000 | 101011 |
Color Harmonies of #D504CD
Complementary color
Monochromatic Colors of #D504CD
Black with #D504CD
Text Example
Text Example
White with #D504CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D504CD; }
p { color: rgb(213,4,205); }
H1.HeaderClassName
{
color: #D504CD;
}
.AnyTagClassName
{
color: #D504CD;
}
</style>
background-color css
<style>
a { background-color: #D504CD; }
a { background-color: rgb(213,4,205); }
div.DivClassName
{
background-color: #D504CD;
}
.BgClassName
{
background-color: #D504CD;
}
</style>
border-color css
<style>
span { border-color: #D504CD; }
span { border-color: rgb(213,4,205); }
td.TdClassName
{
border-color: #D504CD;
}
.TagClassName
{
border-color: #D504CD;
}
</style>