Shades of Deep Magenta #D20ACE
Tints of Deep Magenta #D20ACE
RGB
CMYK
RGB Variations
Color information
#D20ACE (or 0xD20ACE) is known color: Deep Magenta. HEX triplet: D2, 0A and CE. RGB value is (210,10,206). Sum of RGB (Red+Green+Blue) = 210+10+206=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D20ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20ACE is #2DF531. Grayscale: #5B5B5B. Windows color (decimal): -3011890 or 13503186. OLE color: 13503186.
HSL color Cylindrical-coordinate representation of color #D20ACE: hue angle of 301.2º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20ACE is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 10 | 206 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.18 |
| HSL | 301.2º | 0.91% | 0.43% | - |
| HSV(B) | 301.2º | 0.95% | 0.82% | - |
| XYZ | 37.83 | 18.37 | 59.95 | - |
| YUV | 92.14 | 192.26 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 10 | 206 | 0 | 0.95 | 0.02 | 0.18 | 301.2 | 0.91 | 0.43 |
| Hex | D2 | A | CE | 0 | 5F | 2 | 12 | 12D | 5B | 2B |
| Octal | 322 | 12 | 316 | 0 | 137 | 2 | 22 | 455 | 133 | 53 |
| Binary | 11010010 | 1010 | 11001110 | 0 | 1011111 | 10 | 10010 | 100101101 | 1011011 | 101011 |
Color Harmonies of #D20ACE
Complementary color
Monochromatic Colors of #D20ACE
Black with #D20ACE
Text Example
Text Example
White with #D20ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20ACE; }
p { color: rgb(210,10,206); }
H1.HeaderClassName
{
color: #D20ACE;
}
.AnyTagClassName
{
color: #D20ACE;
}
</style>
background-color css
<style>
a { background-color: #D20ACE; }
a { background-color: rgb(210,10,206); }
div.DivClassName
{
background-color: #D20ACE;
}
.BgClassName
{
background-color: #D20ACE;
}
</style>
border-color css
<style>
span { border-color: #D20ACE; }
span { border-color: rgb(210,10,206); }
td.TdClassName
{
border-color: #D20ACE;
}
.TagClassName
{
border-color: #D20ACE;
}
</style>