Shades of Deep Magenta #D724BC
Tints of Deep Magenta #D724BC
RGB
CMYK
RGB Variations
Color information
#D724BC (or 0xD724BC) is known color: Deep Magenta. HEX triplet: D7, 24 and BC. RGB value is (215,36,188). Sum of RGB (Red+Green+Blue) = 215+36+188=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D724BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D724BC is #28DB43. Grayscale: #6A6A6A. Windows color (decimal): -2677572 or 12330199. OLE color: 12330199.
HSL color Cylindrical-coordinate representation of color #D724BC: hue angle of 309.05º 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 #D724BC is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 188 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.16 |
| HSL | 309.05º | 0.71% | 0.49% | - |
| HSV(B) | 309.05º | 0.83% | 0.84% | - |
| XYZ | 37.73 | 19.34 | 49.32 | - |
| YUV | 106.85 | 173.8 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 188 | 0 | 0.83 | 0.13 | 0.16 | 309.05 | 0.71 | 0.49 |
| Hex | D7 | 24 | BC | 0 | 53 | D | 10 | 135 | 47 | 31 |
| Octal | 327 | 44 | 274 | 0 | 123 | 15 | 20 | 465 | 107 | 61 |
| Binary | 11010111 | 100100 | 10111100 | 0 | 1010011 | 1101 | 10000 | 100110101 | 1000111 | 110001 |
Color Harmonies of #D724BC
Complementary color
Monochromatic Colors of #D724BC
Black with #D724BC
Text Example
Text Example
White with #D724BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D724BC; }
p { color: rgb(215,36,188); }
H1.HeaderClassName
{
color: #D724BC;
}
.AnyTagClassName
{
color: #D724BC;
}
</style>
background-color css
<style>
a { background-color: #D724BC; }
a { background-color: rgb(215,36,188); }
div.DivClassName
{
background-color: #D724BC;
}
.BgClassName
{
background-color: #D724BC;
}
</style>
border-color css
<style>
span { border-color: #D724BC; }
span { border-color: rgb(215,36,188); }
td.TdClassName
{
border-color: #D724BC;
}
.TagClassName
{
border-color: #D724BC;
}
</style>