Shades of Deep Magenta #D501CD
Tints of Deep Magenta #D501CD
RGB
CMYK
RGB Variations
Color information
#D501CD (or 0xD501CD) is known color: Deep Magenta. HEX triplet: D5, 01 and CD. RGB value is (213,1,205). Sum of RGB (Red+Green+Blue) = 213+1+205=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D501CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D501CD is #2AFE32. Grayscale: #575757. Windows color (decimal): -2817587 or 13435349. OLE color: 13435349.
HSL color Cylindrical-coordinate representation of color #D501CD: hue angle of 302.26º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D501CD is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 205 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.16 |
| HSL | 302.26º | 0.99% | 0.42% | - |
| HSV(B) | 302.26º | 1% | 0.84% | - |
| XYZ | 38.47 | 18.58 | 59.32 | - |
| YUV | 87.64 | 194.24 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 205 | 0 | 1.00 | 0.04 | 0.16 | 302.26 | 0.99 | 0.42 |
| Hex | D5 | 1 | CD | 0 | 64 | 4 | 10 | 12E | 63 | 2A |
| Octal | 325 | 1 | 315 | 0 | 144 | 4 | 20 | 456 | 143 | 52 |
| Binary | 11010101 | 1 | 11001101 | 0 | 1100100 | 100 | 10000 | 100101110 | 1100011 | 101010 |
Color Harmonies of #D501CD
Complementary color
Monochromatic Colors of #D501CD
Black with #D501CD
Text Example
Text Example
White with #D501CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D501CD; }
p { color: rgb(213,1,205); }
H1.HeaderClassName
{
color: #D501CD;
}
.AnyTagClassName
{
color: #D501CD;
}
</style>
background-color css
<style>
a { background-color: #D501CD; }
a { background-color: rgb(213,1,205); }
div.DivClassName
{
background-color: #D501CD;
}
.BgClassName
{
background-color: #D501CD;
}
</style>
border-color css
<style>
span { border-color: #D501CD; }
span { border-color: rgb(213,1,205); }
td.TdClassName
{
border-color: #D501CD;
}
.TagClassName
{
border-color: #D501CD;
}
</style>