Shades of Deep Magenta #D524C4
Tints of Deep Magenta #D524C4
RGB
CMYK
RGB Variations
Color information
#D524C4 (or 0xD524C4) is known color: Deep Magenta. HEX triplet: D5, 24 and C4. RGB value is (213,36,196). Sum of RGB (Red+Green+Blue) = 213+36+196=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D524C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D524C4 is #2ADB3B. Grayscale: #6A6A6A. Windows color (decimal): -2808636 or 12854485. OLE color: 12854485.
HSL color Cylindrical-coordinate representation of color #D524C4: hue angle of 305.76º 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 #D524C4 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 196 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.16 |
| HSL | 305.76º | 0.71% | 0.49% | - |
| HSV(B) | 305.76º | 0.83% | 0.84% | - |
| XYZ | 38.04 | 19.39 | 53.96 | - |
| YUV | 107.16 | 178.14 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 196 | 0 | 0.83 | 0.08 | 0.16 | 305.76 | 0.71 | 0.49 |
| Hex | D5 | 24 | C4 | 0 | 53 | 8 | 10 | 132 | 47 | 31 |
| Octal | 325 | 44 | 304 | 0 | 123 | 10 | 20 | 462 | 107 | 61 |
| Binary | 11010101 | 100100 | 11000100 | 0 | 1010011 | 1000 | 10000 | 100110010 | 1000111 | 110001 |
Color Harmonies of #D524C4
Complementary color
Monochromatic Colors of #D524C4
Black with #D524C4
Text Example
Text Example
White with #D524C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D524C4; }
p { color: rgb(213,36,196); }
H1.HeaderClassName
{
color: #D524C4;
}
.AnyTagClassName
{
color: #D524C4;
}
</style>
background-color css
<style>
a { background-color: #D524C4; }
a { background-color: rgb(213,36,196); }
div.DivClassName
{
background-color: #D524C4;
}
.BgClassName
{
background-color: #D524C4;
}
</style>
border-color css
<style>
span { border-color: #D524C4; }
span { border-color: rgb(213,36,196); }
td.TdClassName
{
border-color: #D524C4;
}
.TagClassName
{
border-color: #D524C4;
}
</style>