Shades of Deep Magenta #D511C3
Tints of Deep Magenta #D511C3
RGB
CMYK
RGB Variations
Color information
#D511C3 (or 0xD511C3) is known color: Deep Magenta. HEX triplet: D5, 11 and C3. RGB value is (213,17,195). Sum of RGB (Red+Green+Blue) = 213+17+195=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 195 (76.56% from 255 or 45.88% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D511C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D511C3 is #2AEE3C. Grayscale: #5F5F5F. Windows color (decimal): -2813501 or 12784085. OLE color: 12784085.
HSL color Cylindrical-coordinate representation of color #D511C3: hue angle of 305.51º 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 #D511C3 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 195 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.16 |
| HSL | 305.51º | 0.85% | 0.45% | - |
| HSV(B) | 305.51º | 0.92% | 0.84% | - |
| XYZ | 37.49 | 18.49 | 53.22 | - |
| YUV | 95.9 | 183.93 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 195 | 0 | 0.92 | 0.08 | 0.16 | 305.51 | 0.85 | 0.45 |
| Hex | D5 | 11 | C3 | 0 | 5C | 8 | 10 | 132 | 55 | 2D |
| Octal | 325 | 21 | 303 | 0 | 134 | 10 | 20 | 462 | 125 | 55 |
| Binary | 11010101 | 10001 | 11000011 | 0 | 1011100 | 1000 | 10000 | 100110010 | 1010101 | 101101 |
Color Harmonies of #D511C3
Complementary color
Monochromatic Colors of #D511C3
Black with #D511C3
Text Example
Text Example
White with #D511C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D511C3; }
p { color: rgb(213,17,195); }
H1.HeaderClassName
{
color: #D511C3;
}
.AnyTagClassName
{
color: #D511C3;
}
</style>
background-color css
<style>
a { background-color: #D511C3; }
a { background-color: rgb(213,17,195); }
div.DivClassName
{
background-color: #D511C3;
}
.BgClassName
{
background-color: #D511C3;
}
</style>
border-color css
<style>
span { border-color: #D511C3; }
span { border-color: rgb(213,17,195); }
td.TdClassName
{
border-color: #D511C3;
}
.TagClassName
{
border-color: #D511C3;
}
</style>