Shades of Deep Magenta #D519B2
Tints of Deep Magenta #D519B2
RGB
CMYK
RGB Variations
Color information
#D519B2 (or 0xD519B2) is known color: Deep Magenta. HEX triplet: D5, 19 and B2. RGB value is (213,25,178). Sum of RGB (Red+Green+Blue) = 213+25+178=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D519B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D519B2 is #2AE64D. Grayscale: #626262. Windows color (decimal): -2811470 or 11672021. OLE color: 11672021.
HSL color Cylindrical-coordinate representation of color #D519B2: hue angle of 311.17º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D519B2 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 178 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.16 |
| HSL | 311.17º | 0.79% | 0.47% | - |
| HSV(B) | 311.17º | 0.88% | 0.84% | - |
| XYZ | 35.82 | 18.06 | 43.72 | - |
| YUV | 98.65 | 172.78 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 178 | 0 | 0.88 | 0.16 | 0.16 | 311.17 | 0.79 | 0.47 |
| Hex | D5 | 19 | B2 | 0 | 58 | 10 | 10 | 137 | 4F | 2F |
| Octal | 325 | 31 | 262 | 0 | 130 | 20 | 20 | 467 | 117 | 57 |
| Binary | 11010101 | 11001 | 10110010 | 0 | 1011000 | 10000 | 10000 | 100110111 | 1001111 | 101111 |
Color Harmonies of #D519B2
Complementary color
Monochromatic Colors of #D519B2
Black with #D519B2
Text Example
Text Example
White with #D519B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D519B2; }
p { color: rgb(213,25,178); }
H1.HeaderClassName
{
color: #D519B2;
}
.AnyTagClassName
{
color: #D519B2;
}
</style>
background-color css
<style>
a { background-color: #D519B2; }
a { background-color: rgb(213,25,178); }
div.DivClassName
{
background-color: #D519B2;
}
.BgClassName
{
background-color: #D519B2;
}
</style>
border-color css
<style>
span { border-color: #D519B2; }
span { border-color: rgb(213,25,178); }
td.TdClassName
{
border-color: #D519B2;
}
.TagClassName
{
border-color: #D519B2;
}
</style>