Shades of Deep Magenta #D323DF
Tints of Deep Magenta #D323DF
RGB
CMYK
RGB Variations
Color information
#D323DF (or 0xD323DF) is known color: Deep Magenta. HEX triplet: D3, 23 and DF. RGB value is (211,35,223). Sum of RGB (Red+Green+Blue) = 211+35+223=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 35 (14.06% from 255 or 7.46% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #D323DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D323DF is #2CDC20. Grayscale: #6C6C6C. Windows color (decimal): -2939937 or 14623699. OLE color: 14623699.
HSL color Cylindrical-coordinate representation of color #D323DF: hue angle of 296.17º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D323DF is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 35 | 223 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.13 |
| HSL | 296.17º | 0.75% | 0.51% | - |
| HSV(B) | 296.17º | 0.84% | 0.87% | - |
| XYZ | 40.78 | 20.38 | 71.6 | - |
| YUV | 109.06 | 192.31 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 223 | 0.05 | 0.84 | 0 | 0.13 | 296.17 | 0.75 | 0.51 |
| Hex | D3 | 23 | DF | 5 | 54 | 0 | D | 128 | 4B | 33 |
| Octal | 323 | 43 | 337 | 5 | 124 | 0 | 15 | 450 | 113 | 63 |
| Binary | 11010011 | 100011 | 11011111 | 101 | 1010100 | 0 | 1101 | 100101000 | 1001011 | 110011 |
Color Harmonies of #D323DF
Complementary color
Monochromatic Colors of #D323DF
Black with #D323DF
Text Example
Text Example
White with #D323DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D323DF; }
p { color: rgb(211,35,223); }
H1.HeaderClassName
{
color: #D323DF;
}
.AnyTagClassName
{
color: #D323DF;
}
</style>
background-color css
<style>
a { background-color: #D323DF; }
a { background-color: rgb(211,35,223); }
div.DivClassName
{
background-color: #D323DF;
}
.BgClassName
{
background-color: #D323DF;
}
</style>
border-color css
<style>
span { border-color: #D323DF; }
span { border-color: rgb(211,35,223); }
td.TdClassName
{
border-color: #D323DF;
}
.TagClassName
{
border-color: #D323DF;
}
</style>