Shades of Deep Magenta #D524C8
Tints of Deep Magenta #D524C8
RGB
CMYK
RGB Variations
Color information
#D524C8 (or 0xD524C8) is known color: Deep Magenta. HEX triplet: D5, 24 and C8. RGB value is (213,36,200). Sum of RGB (Red+Green+Blue) = 213+36+200=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D524C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D524C8 is #2ADB37. Grayscale: #6B6B6B. Windows color (decimal): -2808632 or 13116629. OLE color: 13116629.
HSL color Cylindrical-coordinate representation of color #D524C8: hue angle of 304.41º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D524C8 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 200 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.16 |
| HSL | 304.41º | 0.71% | 0.49% | - |
| HSV(B) | 304.41º | 0.83% | 0.84% | - |
| XYZ | 38.5 | 19.58 | 56.39 | - |
| YUV | 107.62 | 180.14 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 200 | 0 | 0.83 | 0.06 | 0.16 | 304.41 | 0.71 | 0.49 |
| Hex | D5 | 24 | C8 | 0 | 53 | 6 | 10 | 130 | 47 | 31 |
| Octal | 325 | 44 | 310 | 0 | 123 | 6 | 20 | 460 | 107 | 61 |
| Binary | 11010101 | 100100 | 11001000 | 0 | 1010011 | 110 | 10000 | 100110000 | 1000111 | 110001 |
Color Harmonies of #D524C8
Complementary color
Monochromatic Colors of #D524C8
Black with #D524C8
Text Example
Text Example
White with #D524C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D524C8; }
p { color: rgb(213,36,200); }
H1.HeaderClassName
{
color: #D524C8;
}
.AnyTagClassName
{
color: #D524C8;
}
</style>
background-color css
<style>
a { background-color: #D524C8; }
a { background-color: rgb(213,36,200); }
div.DivClassName
{
background-color: #D524C8;
}
.BgClassName
{
background-color: #D524C8;
}
</style>
border-color css
<style>
span { border-color: #D524C8; }
span { border-color: rgb(213,36,200); }
td.TdClassName
{
border-color: #D524C8;
}
.TagClassName
{
border-color: #D524C8;
}
</style>