Shades of Deep Magenta #D504CA
Tints of Deep Magenta #D504CA
RGB
CMYK
RGB Variations
Color information
#D504CA (or 0xD504CA) is known color: Deep Magenta. HEX triplet: D5, 04 and CA. RGB value is (213,4,202). Sum of RGB (Red+Green+Blue) = 213+4+202=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D504CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D504CA is #2AFB35. Grayscale: #585858. Windows color (decimal): -2816822 or 13239509. OLE color: 13239509.
HSL color Cylindrical-coordinate representation of color #D504CA: hue angle of 303.16º 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 #D504CA is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 202 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.16 |
| HSL | 303.16º | 0.96% | 0.43% | - |
| HSV(B) | 303.16º | 0.98% | 0.84% | - |
| XYZ | 38.14 | 18.5 | 57.44 | - |
| YUV | 89.06 | 191.74 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 202 | 0 | 0.98 | 0.05 | 0.16 | 303.16 | 0.96 | 0.43 |
| Hex | D5 | 4 | CA | 0 | 62 | 5 | 10 | 12F | 60 | 2B |
| Octal | 325 | 4 | 312 | 0 | 142 | 5 | 20 | 457 | 140 | 53 |
| Binary | 11010101 | 100 | 11001010 | 0 | 1100010 | 101 | 10000 | 100101111 | 1100000 | 101011 |
Color Harmonies of #D504CA
Complementary color
Monochromatic Colors of #D504CA
Black with #D504CA
Text Example
Text Example
White with #D504CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D504CA; }
p { color: rgb(213,4,202); }
H1.HeaderClassName
{
color: #D504CA;
}
.AnyTagClassName
{
color: #D504CA;
}
</style>
background-color css
<style>
a { background-color: #D504CA; }
a { background-color: rgb(213,4,202); }
div.DivClassName
{
background-color: #D504CA;
}
.BgClassName
{
background-color: #D504CA;
}
</style>
border-color css
<style>
span { border-color: #D504CA; }
span { border-color: rgb(213,4,202); }
td.TdClassName
{
border-color: #D504CA;
}
.TagClassName
{
border-color: #D504CA;
}
</style>