Shades of Deep Magenta #D501CE
Tints of Deep Magenta #D501CE
RGB
CMYK
RGB Variations
Color information
#D501CE (or 0xD501CE) is known color: Deep Magenta. HEX triplet: D5, 01 and CE. RGB value is (213,1,206). Sum of RGB (Red+Green+Blue) = 213+1+206=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 1 (0.78% from 255 or 0.24% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D501CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D501CE is #2AFE31. Grayscale: #575757. Windows color (decimal): -2817586 or 13500885. OLE color: 13500885.
HSL color Cylindrical-coordinate representation of color #D501CE: hue angle of 301.98º 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 #D501CE is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 206 | - |
| CMYK | 0 | 1.00 | 0.03 | 0.16 |
| HSL | 301.98º | 0.99% | 0.42% | - |
| HSV(B) | 301.98º | 1% | 0.84% | - |
| XYZ | 38.59 | 18.62 | 59.95 | - |
| YUV | 87.76 | 194.74 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 206 | 0 | 1.00 | 0.03 | 0.16 | 301.98 | 0.99 | 0.42 |
| Hex | D5 | 1 | CE | 0 | 64 | 3 | 10 | 12E | 63 | 2A |
| Octal | 325 | 1 | 316 | 0 | 144 | 3 | 20 | 456 | 143 | 52 |
| Binary | 11010101 | 1 | 11001110 | 0 | 1100100 | 11 | 10000 | 100101110 | 1100011 | 101010 |
Color Harmonies of #D501CE
Complementary color
Monochromatic Colors of #D501CE
Black with #D501CE
Text Example
Text Example
White with #D501CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D501CE; }
p { color: rgb(213,1,206); }
H1.HeaderClassName
{
color: #D501CE;
}
.AnyTagClassName
{
color: #D501CE;
}
</style>
background-color css
<style>
a { background-color: #D501CE; }
a { background-color: rgb(213,1,206); }
div.DivClassName
{
background-color: #D501CE;
}
.BgClassName
{
background-color: #D501CE;
}
</style>
border-color css
<style>
span { border-color: #D501CE; }
span { border-color: rgb(213,1,206); }
td.TdClassName
{
border-color: #D501CE;
}
.TagClassName
{
border-color: #D501CE;
}
</style>