Shades of Deep Magenta #D60AD3
Tints of Deep Magenta #D60AD3
RGB
CMYK
RGB Variations
Color information
#D60AD3 (or 0xD60AD3) is known color: Deep Magenta. HEX triplet: D6, 0A and D3. RGB value is (214,10,211). Sum of RGB (Red+Green+Blue) = 214+10+211=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D60AD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60AD3 is #29F52C. Grayscale: #5D5D5D. Windows color (decimal): -2749741 or 13830870. OLE color: 13830870.
HSL color Cylindrical-coordinate representation of color #D60AD3: hue angle of 300.88º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60AD3 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 211 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.16 |
| HSL | 300.88º | 0.91% | 0.44% | - |
| HSV(B) | 300.88º | 0.95% | 0.84% | - |
| XYZ | 39.6 | 19.22 | 63.25 | - |
| YUV | 93.91 | 194.09 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 211 | 0 | 0.95 | 0.01 | 0.16 | 300.88 | 0.91 | 0.44 |
| Hex | D6 | A | D3 | 0 | 5F | 1 | 10 | 12D | 5B | 2C |
| Octal | 326 | 12 | 323 | 0 | 137 | 1 | 20 | 455 | 133 | 54 |
| Binary | 11010110 | 1010 | 11010011 | 0 | 1011111 | 1 | 10000 | 100101101 | 1011011 | 101100 |
Color Harmonies of #D60AD3
Complementary color
Monochromatic Colors of #D60AD3
Black with #D60AD3
Text Example
Text Example
White with #D60AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60AD3; }
p { color: rgb(214,10,211); }
H1.HeaderClassName
{
color: #D60AD3;
}
.AnyTagClassName
{
color: #D60AD3;
}
</style>
background-color css
<style>
a { background-color: #D60AD3; }
a { background-color: rgb(214,10,211); }
div.DivClassName
{
background-color: #D60AD3;
}
.BgClassName
{
background-color: #D60AD3;
}
</style>
border-color css
<style>
span { border-color: #D60AD3; }
span { border-color: rgb(214,10,211); }
td.TdClassName
{
border-color: #D60AD3;
}
.TagClassName
{
border-color: #D60AD3;
}
</style>