Shades of Deep Magenta #D31CCD
Tints of Deep Magenta #D31CCD
RGB
CMYK
RGB Variations
Color information
#D31CCD (or 0xD31CCD) is known color: Deep Magenta. HEX triplet: D3, 1C and CD. RGB value is (211,28,205). Sum of RGB (Red+Green+Blue) = 211+28+205=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D31CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31CCD is #2CE332. Grayscale: #666666. Windows color (decimal): -2941747 or 13442259. OLE color: 13442259.
HSL color Cylindrical-coordinate representation of color #D31CCD: hue angle of 301.97º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31CCD is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 28 | 205 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.17 |
| HSL | 301.97º | 0.77% | 0.47% | - |
| HSV(B) | 301.97º | 0.87% | 0.83% | - |
| XYZ | 38.3 | 19.09 | 59.42 | - |
| YUV | 102.9 | 185.63 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 28 | 205 | 0 | 0.87 | 0.03 | 0.17 | 301.97 | 0.77 | 0.47 |
| Hex | D3 | 1C | CD | 0 | 57 | 3 | 11 | 12E | 4D | 2F |
| Octal | 323 | 34 | 315 | 0 | 127 | 3 | 21 | 456 | 115 | 57 |
| Binary | 11010011 | 11100 | 11001101 | 0 | 1010111 | 11 | 10001 | 100101110 | 1001101 | 101111 |
Color Harmonies of #D31CCD
Complementary color
Monochromatic Colors of #D31CCD
Black with #D31CCD
Text Example
Text Example
White with #D31CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31CCD; }
p { color: rgb(211,28,205); }
H1.HeaderClassName
{
color: #D31CCD;
}
.AnyTagClassName
{
color: #D31CCD;
}
</style>
background-color css
<style>
a { background-color: #D31CCD; }
a { background-color: rgb(211,28,205); }
div.DivClassName
{
background-color: #D31CCD;
}
.BgClassName
{
background-color: #D31CCD;
}
</style>
border-color css
<style>
span { border-color: #D31CCD; }
span { border-color: rgb(211,28,205); }
td.TdClassName
{
border-color: #D31CCD;
}
.TagClassName
{
border-color: #D31CCD;
}
</style>