Shades of Deep Magenta #D502C5
Tints of Deep Magenta #D502C5
RGB
CMYK
RGB Variations
Color information
#D502C5 (or 0xD502C5) is known color: Deep Magenta. HEX triplet: D5, 02 and C5. RGB value is (213,2,197). Sum of RGB (Red+Green+Blue) = 213+2+197=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D502C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D502C5 is #2AFD3A. Grayscale: #565656. Windows color (decimal): -2817339 or 12911317. OLE color: 12911317.
HSL color Cylindrical-coordinate representation of color #D502C5: hue angle of 304.55º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D502C5 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 197 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.16 |
| HSL | 304.55º | 0.98% | 0.42% | - |
| HSV(B) | 304.55º | 0.99% | 0.84% | - |
| XYZ | 37.54 | 18.22 | 54.36 | - |
| YUV | 87.32 | 189.9 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 197 | 0 | 0.99 | 0.08 | 0.16 | 304.55 | 0.98 | 0.42 |
| Hex | D5 | 2 | C5 | 0 | 63 | 8 | 10 | 131 | 62 | 2A |
| Octal | 325 | 2 | 305 | 0 | 143 | 10 | 20 | 461 | 142 | 52 |
| Binary | 11010101 | 10 | 11000101 | 0 | 1100011 | 1000 | 10000 | 100110001 | 1100010 | 101010 |
Color Harmonies of #D502C5
Complementary color
Monochromatic Colors of #D502C5
Black with #D502C5
Text Example
Text Example
White with #D502C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D502C5; }
p { color: rgb(213,2,197); }
H1.HeaderClassName
{
color: #D502C5;
}
.AnyTagClassName
{
color: #D502C5;
}
</style>
background-color css
<style>
a { background-color: #D502C5; }
a { background-color: rgb(213,2,197); }
div.DivClassName
{
background-color: #D502C5;
}
.BgClassName
{
background-color: #D502C5;
}
</style>
border-color css
<style>
span { border-color: #D502C5; }
span { border-color: rgb(213,2,197); }
td.TdClassName
{
border-color: #D502C5;
}
.TagClassName
{
border-color: #D502C5;
}
</style>