Shades of Deep Magenta #D324BC
Tints of Deep Magenta #D324BC
RGB
CMYK
RGB Variations
Color information
#D324BC (or 0xD324BC) is known color: Deep Magenta. HEX triplet: D3, 24 and BC. RGB value is (211,36,188). Sum of RGB (Red+Green+Blue) = 211+36+188=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D324BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D324BC is #2CDB43. Grayscale: #696969. Windows color (decimal): -2939716 or 12330195. OLE color: 12330195.
HSL color Cylindrical-coordinate representation of color #D324BC: hue angle of 307.89º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D324BC is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 36 | 188 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.17 |
| HSL | 307.89º | 0.71% | 0.48% | - |
| HSV(B) | 307.89º | 0.83% | 0.83% | - |
| XYZ | 36.57 | 18.74 | 49.27 | - |
| YUV | 105.65 | 174.48 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 188 | 0 | 0.83 | 0.11 | 0.17 | 307.89 | 0.71 | 0.48 |
| Hex | D3 | 24 | BC | 0 | 53 | B | 11 | 134 | 47 | 30 |
| Octal | 323 | 44 | 274 | 0 | 123 | 13 | 21 | 464 | 107 | 60 |
| Binary | 11010011 | 100100 | 10111100 | 0 | 1010011 | 1011 | 10001 | 100110100 | 1000111 | 110000 |
Color Harmonies of #D324BC
Complementary color
Monochromatic Colors of #D324BC
Black with #D324BC
Text Example
Text Example
White with #D324BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D324BC; }
p { color: rgb(211,36,188); }
H1.HeaderClassName
{
color: #D324BC;
}
.AnyTagClassName
{
color: #D324BC;
}
</style>
background-color css
<style>
a { background-color: #D324BC; }
a { background-color: rgb(211,36,188); }
div.DivClassName
{
background-color: #D324BC;
}
.BgClassName
{
background-color: #D324BC;
}
</style>
border-color css
<style>
span { border-color: #D324BC; }
span { border-color: rgb(211,36,188); }
td.TdClassName
{
border-color: #D324BC;
}
.TagClassName
{
border-color: #D324BC;
}
</style>