Shades of Deep Magenta #D502CC
Tints of Deep Magenta #D502CC
RGB
CMYK
RGB Variations
Color information
#D502CC (or 0xD502CC) is known color: Deep Magenta. HEX triplet: D5, 02 and CC. RGB value is (213,2,204). Sum of RGB (Red+Green+Blue) = 213+2+204=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D502CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D502CC is #2AFD33. Grayscale: #575757. Windows color (decimal): -2817332 or 13370069. OLE color: 13370069.
HSL color Cylindrical-coordinate representation of color #D502CC: hue angle of 302.56º 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 #D502CC is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 204 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.16 |
| HSL | 302.56º | 0.98% | 0.42% | - |
| HSV(B) | 302.56º | 0.99% | 0.84% | - |
| XYZ | 38.36 | 18.55 | 58.69 | - |
| YUV | 88.12 | 193.4 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 204 | 0 | 0.99 | 0.04 | 0.16 | 302.56 | 0.98 | 0.42 |
| Hex | D5 | 2 | CC | 0 | 63 | 4 | 10 | 12F | 62 | 2A |
| Octal | 325 | 2 | 314 | 0 | 143 | 4 | 20 | 457 | 142 | 52 |
| Binary | 11010101 | 10 | 11001100 | 0 | 1100011 | 100 | 10000 | 100101111 | 1100010 | 101010 |
Color Harmonies of #D502CC
Complementary color
Monochromatic Colors of #D502CC
Black with #D502CC
Text Example
Text Example
White with #D502CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D502CC; }
p { color: rgb(213,2,204); }
H1.HeaderClassName
{
color: #D502CC;
}
.AnyTagClassName
{
color: #D502CC;
}
</style>
background-color css
<style>
a { background-color: #D502CC; }
a { background-color: rgb(213,2,204); }
div.DivClassName
{
background-color: #D502CC;
}
.BgClassName
{
background-color: #D502CC;
}
</style>
border-color css
<style>
span { border-color: #D502CC; }
span { border-color: rgb(213,2,204); }
td.TdClassName
{
border-color: #D502CC;
}
.TagClassName
{
border-color: #D502CC;
}
</style>