Shades of Deep Magenta #D70ADC
Tints of Deep Magenta #D70ADC
RGB
CMYK
RGB Variations
Color information
#D70ADC (or 0xD70ADC) is known color: Deep Magenta. HEX triplet: D7, 0A and DC. RGB value is (215,10,220). Sum of RGB (Red+Green+Blue) = 215+10+220=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 10 (4.30% from 255 or 2.25% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #D70ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70ADC is #28F523. Grayscale: #5E5E5E. Windows color (decimal): -2684196 or 14420695. OLE color: 14420695.
HSL color Cylindrical-coordinate representation of color #D70ADC: hue angle of 298.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70ADC is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 10 | 220 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.14 |
| HSL | 298.57º | 0.91% | 0.45% | - |
| HSV(B) | 298.57º | 0.95% | 0.86% | - |
| XYZ | 41.05 | 19.83 | 69.37 | - |
| YUV | 95.24 | 198.42 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 220 | 0.02 | 0.95 | 0 | 0.14 | 298.57 | 0.91 | 0.45 |
| Hex | D7 | A | DC | 2 | 5F | 0 | E | 12B | 5B | 2D |
| Octal | 327 | 12 | 334 | 2 | 137 | 0 | 16 | 453 | 133 | 55 |
| Binary | 11010111 | 1010 | 11011100 | 10 | 1011111 | 0 | 1110 | 100101011 | 1011011 | 101101 |
Color Harmonies of #D70ADC
Complementary color
Monochromatic Colors of #D70ADC
Black with #D70ADC
Text Example
Text Example
White with #D70ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70ADC; }
p { color: rgb(215,10,220); }
H1.HeaderClassName
{
color: #D70ADC;
}
.AnyTagClassName
{
color: #D70ADC;
}
</style>
background-color css
<style>
a { background-color: #D70ADC; }
a { background-color: rgb(215,10,220); }
div.DivClassName
{
background-color: #D70ADC;
}
.BgClassName
{
background-color: #D70ADC;
}
</style>
border-color css
<style>
span { border-color: #D70ADC; }
span { border-color: rgb(215,10,220); }
td.TdClassName
{
border-color: #D70ADC;
}
.TagClassName
{
border-color: #D70ADC;
}
</style>