Shades of Deep Magenta #D30CD7
Tints of Deep Magenta #D30CD7
RGB
CMYK
RGB Variations
Color information
#D30CD7 (or 0xD30CD7) is known color: Deep Magenta. HEX triplet: D3, 0C and D7. RGB value is (211,12,215). Sum of RGB (Red+Green+Blue) = 211+12+215=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #D30CD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30CD7 is #2CF328. Grayscale: #5E5E5E. Windows color (decimal): -2945833 or 14093523. OLE color: 14093523.
HSL color Cylindrical-coordinate representation of color #D30CD7: hue angle of 298.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30CD7 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 12 | 215 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.16 |
| HSL | 298.82º | 0.89% | 0.45% | - |
| HSV(B) | 298.82º | 0.94% | 0.84% | - |
| XYZ | 39.26 | 19.02 | 65.89 | - |
| YUV | 94.64 | 195.93 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 12 | 215 | 0.02 | 0.94 | 0 | 0.16 | 298.82 | 0.89 | 0.45 |
| Hex | D3 | C | D7 | 2 | 5E | 0 | 10 | 12B | 59 | 2D |
| Octal | 323 | 14 | 327 | 2 | 136 | 0 | 20 | 453 | 131 | 55 |
| Binary | 11010011 | 1100 | 11010111 | 10 | 1011110 | 0 | 10000 | 100101011 | 1011001 | 101101 |
Color Harmonies of #D30CD7
Complementary color
Monochromatic Colors of #D30CD7
Black with #D30CD7
Text Example
Text Example
White with #D30CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30CD7; }
p { color: rgb(211,12,215); }
H1.HeaderClassName
{
color: #D30CD7;
}
.AnyTagClassName
{
color: #D30CD7;
}
</style>
background-color css
<style>
a { background-color: #D30CD7; }
a { background-color: rgb(211,12,215); }
div.DivClassName
{
background-color: #D30CD7;
}
.BgClassName
{
background-color: #D30CD7;
}
</style>
border-color css
<style>
span { border-color: #D30CD7; }
span { border-color: rgb(211,12,215); }
td.TdClassName
{
border-color: #D30CD7;
}
.TagClassName
{
border-color: #D30CD7;
}
</style>