Shades of Deep Magenta #D01ABB
Tints of Deep Magenta #D01ABB
RGB
CMYK
RGB Variations
Color information
#D01ABB (or 0xD01ABB) is known color: Deep Magenta. HEX triplet: D0, 1A and BB. RGB value is (208,26,187). Sum of RGB (Red+Green+Blue) = 208+26+187=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 26 (10.55% from 255 or 6.18% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D01ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01ABB is #2FE544. Grayscale: #626262. Windows color (decimal): -3138885 or 12262096. OLE color: 12262096.
HSL color Cylindrical-coordinate representation of color #D01ABB: hue angle of 306.92º 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 #D01ABB is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 26 | 187 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.18 |
| HSL | 306.92º | 0.78% | 0.46% | - |
| HSV(B) | 306.92º | 0.88% | 0.82% | - |
| XYZ | 35.35 | 17.74 | 48.57 | - |
| YUV | 98.77 | 177.8 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 26 | 187 | 0 | 0.88 | 0.10 | 0.18 | 306.92 | 0.78 | 0.46 |
| Hex | D0 | 1A | BB | 0 | 58 | A | 12 | 133 | 4E | 2E |
| Octal | 320 | 32 | 273 | 0 | 130 | 12 | 22 | 463 | 116 | 56 |
| Binary | 11010000 | 11010 | 10111011 | 0 | 1011000 | 1010 | 10010 | 100110011 | 1001110 | 101110 |
Color Harmonies of #D01ABB
Complementary color
Monochromatic Colors of #D01ABB
Black with #D01ABB
Text Example
Text Example
White with #D01ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01ABB; }
p { color: rgb(208,26,187); }
H1.HeaderClassName
{
color: #D01ABB;
}
.AnyTagClassName
{
color: #D01ABB;
}
</style>
background-color css
<style>
a { background-color: #D01ABB; }
a { background-color: rgb(208,26,187); }
div.DivClassName
{
background-color: #D01ABB;
}
.BgClassName
{
background-color: #D01ABB;
}
</style>
border-color css
<style>
span { border-color: #D01ABB; }
span { border-color: rgb(208,26,187); }
td.TdClassName
{
border-color: #D01ABB;
}
.TagClassName
{
border-color: #D01ABB;
}
</style>