Shades of Deep Magenta #D31CCE
Tints of Deep Magenta #D31CCE
RGB
CMYK
RGB Variations
Color information
#D31CCE (or 0xD31CCE) is known color: Deep Magenta. HEX triplet: D3, 1C and CE. RGB value is (211,28,206). Sum of RGB (Red+Green+Blue) = 211+28+206=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D31CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31CCE is #2CE331. Grayscale: #666666. Windows color (decimal): -2941746 or 13507795. OLE color: 13507795.
HSL color Cylindrical-coordinate representation of color #D31CCE: hue angle of 301.64º 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 #D31CCE is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 28 | 206 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.17 |
| HSL | 301.64º | 0.77% | 0.47% | - |
| HSV(B) | 301.64º | 0.87% | 0.83% | - |
| XYZ | 38.42 | 19.14 | 60.06 | - |
| YUV | 103.01 | 186.13 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 28 | 206 | 0 | 0.87 | 0.02 | 0.17 | 301.64 | 0.77 | 0.47 |
| Hex | D3 | 1C | CE | 0 | 57 | 2 | 11 | 12E | 4D | 2F |
| Octal | 323 | 34 | 316 | 0 | 127 | 2 | 21 | 456 | 115 | 57 |
| Binary | 11010011 | 11100 | 11001110 | 0 | 1010111 | 10 | 10001 | 100101110 | 1001101 | 101111 |
Color Harmonies of #D31CCE
Complementary color
Monochromatic Colors of #D31CCE
Black with #D31CCE
Text Example
Text Example
White with #D31CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31CCE; }
p { color: rgb(211,28,206); }
H1.HeaderClassName
{
color: #D31CCE;
}
.AnyTagClassName
{
color: #D31CCE;
}
</style>
background-color css
<style>
a { background-color: #D31CCE; }
a { background-color: rgb(211,28,206); }
div.DivClassName
{
background-color: #D31CCE;
}
.BgClassName
{
background-color: #D31CCE;
}
</style>
border-color css
<style>
span { border-color: #D31CCE; }
span { border-color: rgb(211,28,206); }
td.TdClassName
{
border-color: #D31CCE;
}
.TagClassName
{
border-color: #D31CCE;
}
</style>