Shades of Deep Magenta #D51CCA
Tints of Deep Magenta #D51CCA
RGB
CMYK
RGB Variations
Color information
#D51CCA (or 0xD51CCA) is known color: Deep Magenta. HEX triplet: D5, 1C and CA. RGB value is (213,28,202). Sum of RGB (Red+Green+Blue) = 213+28+202=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D51CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51CCA is #2AE335. Grayscale: #666666. Windows color (decimal): -2810678 or 13245653. OLE color: 13245653.
HSL color Cylindrical-coordinate representation of color #D51CCA: hue angle of 303.57º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51CCA is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 28 | 202 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.16 |
| HSL | 303.57º | 0.77% | 0.47% | - |
| HSV(B) | 303.57º | 0.87% | 0.84% | - |
| XYZ | 38.52 | 19.24 | 57.56 | - |
| YUV | 103.15 | 183.79 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 28 | 202 | 0 | 0.87 | 0.05 | 0.16 | 303.57 | 0.77 | 0.47 |
| Hex | D5 | 1C | CA | 0 | 57 | 5 | 10 | 130 | 4D | 2F |
| Octal | 325 | 34 | 312 | 0 | 127 | 5 | 20 | 460 | 115 | 57 |
| Binary | 11010101 | 11100 | 11001010 | 0 | 1010111 | 101 | 10000 | 100110000 | 1001101 | 101111 |
Color Harmonies of #D51CCA
Complementary color
Monochromatic Colors of #D51CCA
Black with #D51CCA
Text Example
Text Example
White with #D51CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51CCA; }
p { color: rgb(213,28,202); }
H1.HeaderClassName
{
color: #D51CCA;
}
.AnyTagClassName
{
color: #D51CCA;
}
</style>
background-color css
<style>
a { background-color: #D51CCA; }
a { background-color: rgb(213,28,202); }
div.DivClassName
{
background-color: #D51CCA;
}
.BgClassName
{
background-color: #D51CCA;
}
</style>
border-color css
<style>
span { border-color: #D51CCA; }
span { border-color: rgb(213,28,202); }
td.TdClassName
{
border-color: #D51CCA;
}
.TagClassName
{
border-color: #D51CCA;
}
</style>