Shades of Deep Magenta #D502C8
Tints of Deep Magenta #D502C8
RGB
CMYK
RGB Variations
Color information
#D502C8 (or 0xD502C8) is known color: Deep Magenta. HEX triplet: D5, 02 and C8. RGB value is (213,2,200). Sum of RGB (Red+Green+Blue) = 213+2+200=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D502C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D502C8 is #2AFD37. Grayscale: #575757. Windows color (decimal): -2817336 or 13107925. OLE color: 13107925.
HSL color Cylindrical-coordinate representation of color #D502C8: hue angle of 303.7º 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 #D502C8 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 200 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.16 |
| HSL | 303.7º | 0.98% | 0.42% | - |
| HSV(B) | 303.7º | 0.99% | 0.84% | - |
| XYZ | 37.89 | 18.36 | 56.19 | - |
| YUV | 87.66 | 191.4 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 200 | 0 | 0.99 | 0.06 | 0.16 | 303.7 | 0.98 | 0.42 |
| Hex | D5 | 2 | C8 | 0 | 63 | 6 | 10 | 130 | 62 | 2A |
| Octal | 325 | 2 | 310 | 0 | 143 | 6 | 20 | 460 | 142 | 52 |
| Binary | 11010101 | 10 | 11001000 | 0 | 1100011 | 110 | 10000 | 100110000 | 1100010 | 101010 |
Color Harmonies of #D502C8
Complementary color
Monochromatic Colors of #D502C8
Black with #D502C8
Text Example
Text Example
White with #D502C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D502C8; }
p { color: rgb(213,2,200); }
H1.HeaderClassName
{
color: #D502C8;
}
.AnyTagClassName
{
color: #D502C8;
}
</style>
background-color css
<style>
a { background-color: #D502C8; }
a { background-color: rgb(213,2,200); }
div.DivClassName
{
background-color: #D502C8;
}
.BgClassName
{
background-color: #D502C8;
}
</style>
border-color css
<style>
span { border-color: #D502C8; }
span { border-color: rgb(213,2,200); }
td.TdClassName
{
border-color: #D502C8;
}
.TagClassName
{
border-color: #D502C8;
}
</style>