Shades of Deep Magenta #D01AC8
Tints of Deep Magenta #D01AC8
RGB
CMYK
RGB Variations
Color information
#D01AC8 (or 0xD01AC8) is known color: Deep Magenta. HEX triplet: D0, 1A and C8. RGB value is (208,26,200). Sum of RGB (Red+Green+Blue) = 208+26+200=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D01AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01AC8 is #2FE537. Grayscale: #636363. Windows color (decimal): -3138872 or 13114064. OLE color: 13114064.
HSL color Cylindrical-coordinate representation of color #D01AC8: hue angle of 302.64º 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 #D01AC8 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 26 | 200 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.18 |
| HSL | 302.64º | 0.78% | 0.46% | - |
| HSV(B) | 302.64º | 0.88% | 0.82% | - |
| XYZ | 36.81 | 18.32 | 56.24 | - |
| YUV | 100.25 | 184.3 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 26 | 200 | 0 | 0.88 | 0.04 | 0.18 | 302.64 | 0.78 | 0.46 |
| Hex | D0 | 1A | C8 | 0 | 58 | 4 | 12 | 12F | 4E | 2E |
| Octal | 320 | 32 | 310 | 0 | 130 | 4 | 22 | 457 | 116 | 56 |
| Binary | 11010000 | 11010 | 11001000 | 0 | 1011000 | 100 | 10010 | 100101111 | 1001110 | 101110 |
Color Harmonies of #D01AC8
Complementary color
Monochromatic Colors of #D01AC8
Black with #D01AC8
Text Example
Text Example
White with #D01AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01AC8; }
p { color: rgb(208,26,200); }
H1.HeaderClassName
{
color: #D01AC8;
}
.AnyTagClassName
{
color: #D01AC8;
}
</style>
background-color css
<style>
a { background-color: #D01AC8; }
a { background-color: rgb(208,26,200); }
div.DivClassName
{
background-color: #D01AC8;
}
.BgClassName
{
background-color: #D01AC8;
}
</style>
border-color css
<style>
span { border-color: #D01AC8; }
span { border-color: rgb(208,26,200); }
td.TdClassName
{
border-color: #D01AC8;
}
.TagClassName
{
border-color: #D01AC8;
}
</style>