Shades of Deep Magenta #D511CA
Tints of Deep Magenta #D511CA
RGB
CMYK
RGB Variations
Color information
#D511CA (or 0xD511CA) is known color: Deep Magenta. HEX triplet: D5, 11 and CA. RGB value is (213,17,202). Sum of RGB (Red+Green+Blue) = 213+17+202=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D511CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D511CA is #2AEE35. Grayscale: #606060. Windows color (decimal): -2813494 or 13242837. OLE color: 13242837.
HSL color Cylindrical-coordinate representation of color #D511CA: hue angle of 303.37º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D511CA is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 202 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.16 |
| HSL | 303.37º | 0.85% | 0.45% | - |
| HSV(B) | 303.37º | 0.92% | 0.84% | - |
| XYZ | 38.3 | 18.81 | 57.49 | - |
| YUV | 96.69 | 187.43 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 202 | 0 | 0.92 | 0.05 | 0.16 | 303.37 | 0.85 | 0.45 |
| Hex | D5 | 11 | CA | 0 | 5C | 5 | 10 | 12F | 55 | 2D |
| Octal | 325 | 21 | 312 | 0 | 134 | 5 | 20 | 457 | 125 | 55 |
| Binary | 11010101 | 10001 | 11001010 | 0 | 1011100 | 101 | 10000 | 100101111 | 1010101 | 101101 |
Color Harmonies of #D511CA
Complementary color
Monochromatic Colors of #D511CA
Black with #D511CA
Text Example
Text Example
White with #D511CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D511CA; }
p { color: rgb(213,17,202); }
H1.HeaderClassName
{
color: #D511CA;
}
.AnyTagClassName
{
color: #D511CA;
}
</style>
background-color css
<style>
a { background-color: #D511CA; }
a { background-color: rgb(213,17,202); }
div.DivClassName
{
background-color: #D511CA;
}
.BgClassName
{
background-color: #D511CA;
}
</style>
border-color css
<style>
span { border-color: #D511CA; }
span { border-color: rgb(213,17,202); }
td.TdClassName
{
border-color: #D511CA;
}
.TagClassName
{
border-color: #D511CA;
}
</style>