Shades of Deep Magenta #D724CC
Tints of Deep Magenta #D724CC
RGB
CMYK
RGB Variations
Color information
#D724CC (or 0xD724CC) is known color: Deep Magenta. HEX triplet: D7, 24 and CC. RGB value is (215,36,204). Sum of RGB (Red+Green+Blue) = 215+36+204=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 36 (14.45% from 255 or 7.91% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D724CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D724CC is #28DB33. Grayscale: #6C6C6C. Windows color (decimal): -2677556 or 13378775. OLE color: 13378775.
HSL color Cylindrical-coordinate representation of color #D724CC: hue angle of 303.69º 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 #D724CC is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 204 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.16 |
| HSL | 303.69º | 0.71% | 0.49% | - |
| HSV(B) | 303.69º | 0.83% | 0.84% | - |
| XYZ | 39.55 | 20.07 | 58.92 | - |
| YUV | 108.67 | 181.8 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 204 | 0 | 0.83 | 0.05 | 0.16 | 303.69 | 0.71 | 0.49 |
| Hex | D7 | 24 | CC | 0 | 53 | 5 | 10 | 130 | 47 | 31 |
| Octal | 327 | 44 | 314 | 0 | 123 | 5 | 20 | 460 | 107 | 61 |
| Binary | 11010111 | 100100 | 11001100 | 0 | 1010011 | 101 | 10000 | 100110000 | 1000111 | 110001 |
Color Harmonies of #D724CC
Complementary color
Monochromatic Colors of #D724CC
Black with #D724CC
Text Example
Text Example
White with #D724CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D724CC; }
p { color: rgb(215,36,204); }
H1.HeaderClassName
{
color: #D724CC;
}
.AnyTagClassName
{
color: #D724CC;
}
</style>
background-color css
<style>
a { background-color: #D724CC; }
a { background-color: rgb(215,36,204); }
div.DivClassName
{
background-color: #D724CC;
}
.BgClassName
{
background-color: #D724CC;
}
</style>
border-color css
<style>
span { border-color: #D724CC; }
span { border-color: rgb(215,36,204); }
td.TdClassName
{
border-color: #D724CC;
}
.TagClassName
{
border-color: #D724CC;
}
</style>