Shades of Deep Magenta #D01AB4
Tints of Deep Magenta #D01AB4
RGB
CMYK
RGB Variations
Color information
#D01AB4 (or 0xD01AB4) is known color: Deep Magenta. HEX triplet: D0, 1A and B4. RGB value is (208,26,180). Sum of RGB (Red+Green+Blue) = 208+26+180=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D01AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01AB4 is #2FE54B. Grayscale: #616161. Windows color (decimal): -3138892 or 11803344. OLE color: 11803344.
HSL color Cylindrical-coordinate representation of color #D01AB4: hue angle of 309.23º 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 #D01AB4 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 26 | 180 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.18 |
| HSL | 309.23º | 0.78% | 0.46% | - |
| HSV(B) | 309.23º | 0.88% | 0.82% | - |
| XYZ | 34.62 | 17.44 | 44.72 | - |
| YUV | 97.97 | 174.3 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 26 | 180 | 0 | 0.88 | 0.13 | 0.18 | 309.23 | 0.78 | 0.46 |
| Hex | D0 | 1A | B4 | 0 | 58 | D | 12 | 135 | 4E | 2E |
| Octal | 320 | 32 | 264 | 0 | 130 | 15 | 22 | 465 | 116 | 56 |
| Binary | 11010000 | 11010 | 10110100 | 0 | 1011000 | 1101 | 10010 | 100110101 | 1001110 | 101110 |
Color Harmonies of #D01AB4
Complementary color
Monochromatic Colors of #D01AB4
Black with #D01AB4
Text Example
Text Example
White with #D01AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01AB4; }
p { color: rgb(208,26,180); }
H1.HeaderClassName
{
color: #D01AB4;
}
.AnyTagClassName
{
color: #D01AB4;
}
</style>
background-color css
<style>
a { background-color: #D01AB4; }
a { background-color: rgb(208,26,180); }
div.DivClassName
{
background-color: #D01AB4;
}
.BgClassName
{
background-color: #D01AB4;
}
</style>
border-color css
<style>
span { border-color: #D01AB4; }
span { border-color: rgb(208,26,180); }
td.TdClassName
{
border-color: #D01AB4;
}
.TagClassName
{
border-color: #D01AB4;
}
</style>