Shades of Deep Magenta #D323C3
Tints of Deep Magenta #D323C3
RGB
CMYK
RGB Variations
Color information
#D323C3 (or 0xD323C3) is known color: Deep Magenta. HEX triplet: D3, 23 and C3. RGB value is (211,35,195). Sum of RGB (Red+Green+Blue) = 211+35+195=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 35 (14.06% from 255 or 7.94% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D323C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D323C3 is #2CDC3C. Grayscale: #696969. Windows color (decimal): -2939965 or 12788691. OLE color: 12788691.
HSL color Cylindrical-coordinate representation of color #D323C3: hue angle of 305.45º degrees, saturation: 0.72, 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 #D323C3 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 35 | 195 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.17 |
| HSL | 305.45º | 0.72% | 0.48% | - |
| HSV(B) | 305.45º | 0.83% | 0.83% | - |
| XYZ | 37.32 | 18.99 | 53.33 | - |
| YUV | 105.86 | 178.31 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 195 | 0 | 0.83 | 0.08 | 0.17 | 305.45 | 0.72 | 0.48 |
| Hex | D3 | 23 | C3 | 0 | 53 | 8 | 11 | 131 | 48 | 30 |
| Octal | 323 | 43 | 303 | 0 | 123 | 10 | 21 | 461 | 110 | 60 |
| Binary | 11010011 | 100011 | 11000011 | 0 | 1010011 | 1000 | 10001 | 100110001 | 1001000 | 110000 |
Color Harmonies of #D323C3
Complementary color
Monochromatic Colors of #D323C3
Black with #D323C3
Text Example
Text Example
White with #D323C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D323C3; }
p { color: rgb(211,35,195); }
H1.HeaderClassName
{
color: #D323C3;
}
.AnyTagClassName
{
color: #D323C3;
}
</style>
background-color css
<style>
a { background-color: #D323C3; }
a { background-color: rgb(211,35,195); }
div.DivClassName
{
background-color: #D323C3;
}
.BgClassName
{
background-color: #D323C3;
}
</style>
border-color css
<style>
span { border-color: #D323C3; }
span { border-color: rgb(211,35,195); }
td.TdClassName
{
border-color: #D323C3;
}
.TagClassName
{
border-color: #D323C3;
}
</style>