Shades of Deep Magenta #D62ACC
Tints of Deep Magenta #D62ACC
RGB
CMYK
RGB Variations
Color information
#D62ACC (or 0xD62ACC) is known color: Deep Magenta. HEX triplet: D6, 2A and CC. RGB value is (214,42,204). Sum of RGB (Red+Green+Blue) = 214+42+204=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 42 (16.80% from 255 or 9.13% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D62ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62ACC is #29D533. Grayscale: #6F6F6F. Windows color (decimal): -2741556 or 13380310. OLE color: 13380310.
HSL color Cylindrical-coordinate representation of color #D62ACC: hue angle of 303.49º 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 #D62ACC is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 42 | 204 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.16 |
| HSL | 303.49º | 0.68% | 0.5% | - |
| HSV(B) | 303.49º | 0.8% | 0.84% | - |
| XYZ | 39.46 | 20.31 | 58.97 | - |
| YUV | 111.9 | 179.98 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 42 | 204 | 0 | 0.80 | 0.05 | 0.16 | 303.49 | 0.68 | 0.5 |
| Hex | D6 | 2A | CC | 0 | 50 | 5 | 10 | 12F | 44 | 32 |
| Octal | 326 | 52 | 314 | 0 | 120 | 5 | 20 | 457 | 104 | 62 |
| Binary | 11010110 | 101010 | 11001100 | 0 | 1010000 | 101 | 10000 | 100101111 | 1000100 | 110010 |
Color Harmonies of #D62ACC
Complementary color
Monochromatic Colors of #D62ACC
Black with #D62ACC
Text Example
Text Example
White with #D62ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62ACC; }
p { color: rgb(214,42,204); }
H1.HeaderClassName
{
color: #D62ACC;
}
.AnyTagClassName
{
color: #D62ACC;
}
</style>
background-color css
<style>
a { background-color: #D62ACC; }
a { background-color: rgb(214,42,204); }
div.DivClassName
{
background-color: #D62ACC;
}
.BgClassName
{
background-color: #D62ACC;
}
</style>
border-color css
<style>
span { border-color: #D62ACC; }
span { border-color: rgb(214,42,204); }
td.TdClassName
{
border-color: #D62ACC;
}
.TagClassName
{
border-color: #D62ACC;
}
</style>