Shades of Deep Magenta #D523DA
Tints of Deep Magenta #D523DA
RGB
CMYK
RGB Variations
Color information
#D523DA (or 0xD523DA) is known color: Deep Magenta. HEX triplet: D5, 23 and DA. RGB value is (213,35,218). Sum of RGB (Red+Green+Blue) = 213+35+218=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 35 (14.06% from 255 or 7.51% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #D523DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D523DA is #2ADC25. Grayscale: #6C6C6C. Windows color (decimal): -2808870 or 14296021. OLE color: 14296021.
HSL color Cylindrical-coordinate representation of color #D523DA: hue angle of 298.36º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D523DA is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 35 | 218 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.15 |
| HSL | 298.36º | 0.72% | 0.5% | - |
| HSV(B) | 298.36º | 0.84% | 0.85% | - |
| XYZ | 40.7 | 20.41 | 68.12 | - |
| YUV | 109.08 | 189.47 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 218 | 0.02 | 0.84 | 0 | 0.15 | 298.36 | 0.72 | 0.5 |
| Hex | D5 | 23 | DA | 2 | 54 | 0 | F | 12A | 48 | 32 |
| Octal | 325 | 43 | 332 | 2 | 124 | 0 | 17 | 452 | 110 | 62 |
| Binary | 11010101 | 100011 | 11011010 | 10 | 1010100 | 0 | 1111 | 100101010 | 1001000 | 110010 |
Color Harmonies of #D523DA
Complementary color
Monochromatic Colors of #D523DA
Black with #D523DA
Text Example
Text Example
White with #D523DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D523DA; }
p { color: rgb(213,35,218); }
H1.HeaderClassName
{
color: #D523DA;
}
.AnyTagClassName
{
color: #D523DA;
}
</style>
background-color css
<style>
a { background-color: #D523DA; }
a { background-color: rgb(213,35,218); }
div.DivClassName
{
background-color: #D523DA;
}
.BgClassName
{
background-color: #D523DA;
}
</style>
border-color css
<style>
span { border-color: #D523DA; }
span { border-color: rgb(213,35,218); }
td.TdClassName
{
border-color: #D523DA;
}
.TagClassName
{
border-color: #D523DA;
}
</style>