Shades of Deep Magenta #D30ACE
Tints of Deep Magenta #D30ACE
RGB
CMYK
RGB Variations
Color information
#D30ACE (or 0xD30ACE) is known color: Deep Magenta. HEX triplet: D3, 0A and CE. RGB value is (211,10,206). Sum of RGB (Red+Green+Blue) = 211+10+206=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D30ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30ACE is #2CF531. Grayscale: #5B5B5B. Windows color (decimal): -2946354 or 13503187. OLE color: 13503187.
HSL color Cylindrical-coordinate representation of color #D30ACE: hue angle of 301.49º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30ACE is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 10 | 206 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.17 |
| HSL | 301.49º | 0.91% | 0.43% | - |
| HSV(B) | 301.49º | 0.95% | 0.83% | - |
| XYZ | 38.11 | 18.52 | 59.96 | - |
| YUV | 92.44 | 192.09 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 10 | 206 | 0 | 0.95 | 0.02 | 0.17 | 301.49 | 0.91 | 0.43 |
| Hex | D3 | A | CE | 0 | 5F | 2 | 11 | 12D | 5B | 2B |
| Octal | 323 | 12 | 316 | 0 | 137 | 2 | 21 | 455 | 133 | 53 |
| Binary | 11010011 | 1010 | 11001110 | 0 | 1011111 | 10 | 10001 | 100101101 | 1011011 | 101011 |
Color Harmonies of #D30ACE
Complementary color
Monochromatic Colors of #D30ACE
Black with #D30ACE
Text Example
Text Example
White with #D30ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30ACE; }
p { color: rgb(211,10,206); }
H1.HeaderClassName
{
color: #D30ACE;
}
.AnyTagClassName
{
color: #D30ACE;
}
</style>
background-color css
<style>
a { background-color: #D30ACE; }
a { background-color: rgb(211,10,206); }
div.DivClassName
{
background-color: #D30ACE;
}
.BgClassName
{
background-color: #D30ACE;
}
</style>
border-color css
<style>
span { border-color: #D30ACE; }
span { border-color: rgb(211,10,206); }
td.TdClassName
{
border-color: #D30ACE;
}
.TagClassName
{
border-color: #D30ACE;
}
</style>