Shades of Deep Magenta #D30DC3
Tints of Deep Magenta #D30DC3
RGB
CMYK
RGB Variations
Color information
#D30DC3 (or 0xD30DC3) is known color: Deep Magenta. HEX triplet: D3, 0D and C3. RGB value is (211,13,195). Sum of RGB (Red+Green+Blue) = 211+13+195=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 195 (76.56% from 255 or 46.54% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D30DC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30DC3 is #2CF23C. Grayscale: #5C5C5C. Windows color (decimal): -2945597 or 12783059. OLE color: 12783059.
HSL color Cylindrical-coordinate representation of color #D30DC3: hue angle of 304.85º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30DC3 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 13 | 195 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.17 |
| HSL | 304.85º | 0.88% | 0.44% | - |
| HSV(B) | 304.85º | 0.94% | 0.83% | - |
| XYZ | 36.86 | 18.08 | 53.18 | - |
| YUV | 92.95 | 185.6 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 13 | 195 | 0 | 0.94 | 0.08 | 0.17 | 304.85 | 0.88 | 0.44 |
| Hex | D3 | D | C3 | 0 | 5E | 8 | 11 | 131 | 58 | 2C |
| Octal | 323 | 15 | 303 | 0 | 136 | 10 | 21 | 461 | 130 | 54 |
| Binary | 11010011 | 1101 | 11000011 | 0 | 1011110 | 1000 | 10001 | 100110001 | 1011000 | 101100 |
Color Harmonies of #D30DC3
Complementary color
Monochromatic Colors of #D30DC3
Black with #D30DC3
Text Example
Text Example
White with #D30DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30DC3; }
p { color: rgb(211,13,195); }
H1.HeaderClassName
{
color: #D30DC3;
}
.AnyTagClassName
{
color: #D30DC3;
}
</style>
background-color css
<style>
a { background-color: #D30DC3; }
a { background-color: rgb(211,13,195); }
div.DivClassName
{
background-color: #D30DC3;
}
.BgClassName
{
background-color: #D30DC3;
}
</style>
border-color css
<style>
span { border-color: #D30DC3; }
span { border-color: rgb(211,13,195); }
td.TdClassName
{
border-color: #D30DC3;
}
.TagClassName
{
border-color: #D30DC3;
}
</style>