Shades of Deep Magenta #D501CC
Tints of Deep Magenta #D501CC
RGB
CMYK
RGB Variations
Color information
#D501CC (or 0xD501CC) is known color: Deep Magenta. HEX triplet: D5, 01 and CC. RGB value is (213,1,204). Sum of RGB (Red+Green+Blue) = 213+1+204=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D501CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D501CC is #2AFE33. Grayscale: #565656. Windows color (decimal): -2817588 or 13369813. OLE color: 13369813.
HSL color Cylindrical-coordinate representation of color #D501CC: hue angle of 302.55º 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 #D501CC is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 204 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.16 |
| HSL | 302.55º | 0.99% | 0.42% | - |
| HSV(B) | 302.55º | 1% | 0.84% | - |
| XYZ | 38.35 | 18.53 | 58.68 | - |
| YUV | 87.53 | 193.74 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 204 | 0 | 1.00 | 0.04 | 0.16 | 302.55 | 0.99 | 0.42 |
| Hex | D5 | 1 | CC | 0 | 64 | 4 | 10 | 12F | 63 | 2A |
| Octal | 325 | 1 | 314 | 0 | 144 | 4 | 20 | 457 | 143 | 52 |
| Binary | 11010101 | 1 | 11001100 | 0 | 1100100 | 100 | 10000 | 100101111 | 1100011 | 101010 |
Color Harmonies of #D501CC
Complementary color
Monochromatic Colors of #D501CC
Black with #D501CC
Text Example
Text Example
White with #D501CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D501CC; }
p { color: rgb(213,1,204); }
H1.HeaderClassName
{
color: #D501CC;
}
.AnyTagClassName
{
color: #D501CC;
}
</style>
background-color css
<style>
a { background-color: #D501CC; }
a { background-color: rgb(213,1,204); }
div.DivClassName
{
background-color: #D501CC;
}
.BgClassName
{
background-color: #D501CC;
}
</style>
border-color css
<style>
span { border-color: #D501CC; }
span { border-color: rgb(213,1,204); }
td.TdClassName
{
border-color: #D501CC;
}
.TagClassName
{
border-color: #D501CC;
}
</style>