Shades of Deep Magenta #D01ABC
Tints of Deep Magenta #D01ABC
RGB
CMYK
RGB Variations
Color information
#D01ABC (or 0xD01ABC) is known color: Deep Magenta. HEX triplet: D0, 1A and BC. RGB value is (208,26,188). Sum of RGB (Red+Green+Blue) = 208+26+188=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D01ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01ABC is #2FE543. Grayscale: #626262. Windows color (decimal): -3138884 or 12327632. OLE color: 12327632.
HSL color Cylindrical-coordinate representation of color #D01ABC: hue angle of 306.59º 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 #D01ABC is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 26 | 188 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.18 |
| HSL | 306.59º | 0.78% | 0.46% | - |
| HSV(B) | 306.59º | 0.88% | 0.82% | - |
| XYZ | 35.46 | 17.78 | 49.14 | - |
| YUV | 98.89 | 178.3 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 26 | 188 | 0 | 0.88 | 0.10 | 0.18 | 306.59 | 0.78 | 0.46 |
| Hex | D0 | 1A | BC | 0 | 58 | A | 12 | 133 | 4E | 2E |
| Octal | 320 | 32 | 274 | 0 | 130 | 12 | 22 | 463 | 116 | 56 |
| Binary | 11010000 | 11010 | 10111100 | 0 | 1011000 | 1010 | 10010 | 100110011 | 1001110 | 101110 |
Color Harmonies of #D01ABC
Complementary color
Monochromatic Colors of #D01ABC
Black with #D01ABC
Text Example
Text Example
White with #D01ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01ABC; }
p { color: rgb(208,26,188); }
H1.HeaderClassName
{
color: #D01ABC;
}
.AnyTagClassName
{
color: #D01ABC;
}
</style>
background-color css
<style>
a { background-color: #D01ABC; }
a { background-color: rgb(208,26,188); }
div.DivClassName
{
background-color: #D01ABC;
}
.BgClassName
{
background-color: #D01ABC;
}
</style>
border-color css
<style>
span { border-color: #D01ABC; }
span { border-color: rgb(208,26,188); }
td.TdClassName
{
border-color: #D01ABC;
}
.TagClassName
{
border-color: #D01ABC;
}
</style>