Shades of Deep Magenta #D01ACC
Tints of Deep Magenta #D01ACC
RGB
CMYK
RGB Variations
Color information
#D01ACC (or 0xD01ACC) is known color: Deep Magenta. HEX triplet: D0, 1A and CC. RGB value is (208,26,204). Sum of RGB (Red+Green+Blue) = 208+26+204=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D01ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01ACC is #2FE533. Grayscale: #646464. Windows color (decimal): -3138868 or 13376208. OLE color: 13376208.
HSL color Cylindrical-coordinate representation of color #D01ACC: hue angle of 301.32º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01ACC is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 26 | 204 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.18 |
| HSL | 301.32º | 0.78% | 0.46% | - |
| HSV(B) | 301.32º | 0.88% | 0.82% | - |
| XYZ | 37.28 | 18.51 | 58.73 | - |
| YUV | 100.71 | 186.3 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 26 | 204 | 0 | 0.88 | 0.02 | 0.18 | 301.32 | 0.78 | 0.46 |
| Hex | D0 | 1A | CC | 0 | 58 | 2 | 12 | 12D | 4E | 2E |
| Octal | 320 | 32 | 314 | 0 | 130 | 2 | 22 | 455 | 116 | 56 |
| Binary | 11010000 | 11010 | 11001100 | 0 | 1011000 | 10 | 10010 | 100101101 | 1001110 | 101110 |
Color Harmonies of #D01ACC
Complementary color
Monochromatic Colors of #D01ACC
Black with #D01ACC
Text Example
Text Example
White with #D01ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01ACC; }
p { color: rgb(208,26,204); }
H1.HeaderClassName
{
color: #D01ACC;
}
.AnyTagClassName
{
color: #D01ACC;
}
</style>
background-color css
<style>
a { background-color: #D01ACC; }
a { background-color: rgb(208,26,204); }
div.DivClassName
{
background-color: #D01ACC;
}
.BgClassName
{
background-color: #D01ACC;
}
</style>
border-color css
<style>
span { border-color: #D01ACC; }
span { border-color: rgb(208,26,204); }
td.TdClassName
{
border-color: #D01ACC;
}
.TagClassName
{
border-color: #D01ACC;
}
</style>