Shades of Deep Magenta #D501CA
Tints of Deep Magenta #D501CA
RGB
CMYK
RGB Variations
Color information
#D501CA (or 0xD501CA) is known color: Deep Magenta. HEX triplet: D5, 01 and CA. RGB value is (213,1,202). Sum of RGB (Red+Green+Blue) = 213+1+202=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D501CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D501CA is #2AFE35. Grayscale: #565656. Windows color (decimal): -2817590 or 13238741. OLE color: 13238741.
HSL color Cylindrical-coordinate representation of color #D501CA: hue angle of 303.11º 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 #D501CA is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 202 | - |
| CMYK | 0 | 1.00 | 0.05 | 0.16 |
| HSL | 303.11º | 0.99% | 0.42% | - |
| HSV(B) | 303.11º | 1% | 0.84% | - |
| XYZ | 38.11 | 18.43 | 57.43 | - |
| YUV | 87.3 | 192.74 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 202 | 0 | 1.00 | 0.05 | 0.16 | 303.11 | 0.99 | 0.42 |
| Hex | D5 | 1 | CA | 0 | 64 | 5 | 10 | 12F | 63 | 2A |
| Octal | 325 | 1 | 312 | 0 | 144 | 5 | 20 | 457 | 143 | 52 |
| Binary | 11010101 | 1 | 11001010 | 0 | 1100100 | 101 | 10000 | 100101111 | 1100011 | 101010 |
Color Harmonies of #D501CA
Complementary color
Monochromatic Colors of #D501CA
Black with #D501CA
Text Example
Text Example
White with #D501CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D501CA; }
p { color: rgb(213,1,202); }
H1.HeaderClassName
{
color: #D501CA;
}
.AnyTagClassName
{
color: #D501CA;
}
</style>
background-color css
<style>
a { background-color: #D501CA; }
a { background-color: rgb(213,1,202); }
div.DivClassName
{
background-color: #D501CA;
}
.BgClassName
{
background-color: #D501CA;
}
</style>
border-color css
<style>
span { border-color: #D501CA; }
span { border-color: rgb(213,1,202); }
td.TdClassName
{
border-color: #D501CA;
}
.TagClassName
{
border-color: #D501CA;
}
</style>