Shades of Deep Magenta #D62AC8
Tints of Deep Magenta #D62AC8
RGB
CMYK
RGB Variations
Color information
#D62AC8 (or 0xD62AC8) is known color: Deep Magenta. HEX triplet: D6, 2A and C8. RGB value is (214,42,200). Sum of RGB (Red+Green+Blue) = 214+42+200=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D62AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62AC8 is #29D537. Grayscale: #6E6E6E. Windows color (decimal): -2741560 or 13118166. OLE color: 13118166.
HSL color Cylindrical-coordinate representation of color #D62AC8: hue angle of 304.88º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62AC8 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 42 | 200 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.16 |
| HSL | 304.88º | 0.68% | 0.5% | - |
| HSV(B) | 304.88º | 0.8% | 0.84% | - |
| XYZ | 38.98 | 20.12 | 56.47 | - |
| YUV | 111.44 | 177.98 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 42 | 200 | 0 | 0.80 | 0.07 | 0.16 | 304.88 | 0.68 | 0.5 |
| Hex | D6 | 2A | C8 | 0 | 50 | 7 | 10 | 131 | 44 | 32 |
| Octal | 326 | 52 | 310 | 0 | 120 | 7 | 20 | 461 | 104 | 62 |
| Binary | 11010110 | 101010 | 11001000 | 0 | 1010000 | 111 | 10000 | 100110001 | 1000100 | 110010 |
Color Harmonies of #D62AC8
Complementary color
Monochromatic Colors of #D62AC8
Black with #D62AC8
Text Example
Text Example
White with #D62AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62AC8; }
p { color: rgb(214,42,200); }
H1.HeaderClassName
{
color: #D62AC8;
}
.AnyTagClassName
{
color: #D62AC8;
}
</style>
background-color css
<style>
a { background-color: #D62AC8; }
a { background-color: rgb(214,42,200); }
div.DivClassName
{
background-color: #D62AC8;
}
.BgClassName
{
background-color: #D62AC8;
}
</style>
border-color css
<style>
span { border-color: #D62AC8; }
span { border-color: rgb(214,42,200); }
td.TdClassName
{
border-color: #D62AC8;
}
.TagClassName
{
border-color: #D62AC8;
}
</style>