Shades of Deep Magenta #D523CE
Tints of Deep Magenta #D523CE
RGB
CMYK
RGB Variations
Color information
#D523CE (or 0xD523CE) is known color: Deep Magenta. HEX triplet: D5, 23 and CE. RGB value is (213,35,206). Sum of RGB (Red+Green+Blue) = 213+35+206=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 35 (14.06% from 255 or 7.71% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D523CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D523CE is #2ADC31. Grayscale: #6B6B6B. Windows color (decimal): -2808882 or 13509589. OLE color: 13509589.
HSL color Cylindrical-coordinate representation of color #D523CE: hue angle of 302.36º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D523CE is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 206 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.16 |
| HSL | 302.36º | 0.72% | 0.49% | - |
| HSV(B) | 302.36º | 0.84% | 0.84% | - |
| XYZ | 39.18 | 19.8 | 60.15 | - |
| YUV | 107.72 | 183.47 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 206 | 0 | 0.84 | 0.03 | 0.16 | 302.36 | 0.72 | 0.49 |
| Hex | D5 | 23 | CE | 0 | 54 | 3 | 10 | 12E | 48 | 31 |
| Octal | 325 | 43 | 316 | 0 | 124 | 3 | 20 | 456 | 110 | 61 |
| Binary | 11010101 | 100011 | 11001110 | 0 | 1010100 | 11 | 10000 | 100101110 | 1001000 | 110001 |
Color Harmonies of #D523CE
Complementary color
Monochromatic Colors of #D523CE
Black with #D523CE
Text Example
Text Example
White with #D523CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D523CE; }
p { color: rgb(213,35,206); }
H1.HeaderClassName
{
color: #D523CE;
}
.AnyTagClassName
{
color: #D523CE;
}
</style>
background-color css
<style>
a { background-color: #D523CE; }
a { background-color: rgb(213,35,206); }
div.DivClassName
{
background-color: #D523CE;
}
.BgClassName
{
background-color: #D523CE;
}
</style>
border-color css
<style>
span { border-color: #D523CE; }
span { border-color: rgb(213,35,206); }
td.TdClassName
{
border-color: #D523CE;
}
.TagClassName
{
border-color: #D523CE;
}
</style>