Shades of Deep Magenta #D00AB4
Tints of Deep Magenta #D00AB4
RGB
CMYK
RGB Variations
Color information
#D00AB4 (or 0xD00AB4) is known color: Deep Magenta. HEX triplet: D0, 0A and B4. RGB value is (208,10,180). Sum of RGB (Red+Green+Blue) = 208+10+180=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 10 (4.30% from 255 or 2.51% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D00AB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00AB4 is #2FF54B. Grayscale: #585858. Windows color (decimal): -3142988 or 11799248. OLE color: 11799248.
HSL color Cylindrical-coordinate representation of color #D00AB4: hue angle of 308.48º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00AB4 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 180 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.18 |
| HSL | 308.48º | 0.91% | 0.43% | - |
| HSV(B) | 308.48º | 0.95% | 0.82% | - |
| XYZ | 34.36 | 16.92 | 44.64 | - |
| YUV | 88.58 | 179.6 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 180 | 0 | 0.95 | 0.13 | 0.18 | 308.48 | 0.91 | 0.43 |
| Hex | D0 | A | B4 | 0 | 5F | D | 12 | 134 | 5B | 2B |
| Octal | 320 | 12 | 264 | 0 | 137 | 15 | 22 | 464 | 133 | 53 |
| Binary | 11010000 | 1010 | 10110100 | 0 | 1011111 | 1101 | 10010 | 100110100 | 1011011 | 101011 |
Color Harmonies of #D00AB4
Complementary color
Monochromatic Colors of #D00AB4
Black with #D00AB4
Text Example
Text Example
White with #D00AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00AB4; }
p { color: rgb(208,10,180); }
H1.HeaderClassName
{
color: #D00AB4;
}
.AnyTagClassName
{
color: #D00AB4;
}
</style>
background-color css
<style>
a { background-color: #D00AB4; }
a { background-color: rgb(208,10,180); }
div.DivClassName
{
background-color: #D00AB4;
}
.BgClassName
{
background-color: #D00AB4;
}
</style>
border-color css
<style>
span { border-color: #D00AB4; }
span { border-color: rgb(208,10,180); }
td.TdClassName
{
border-color: #D00AB4;
}
.TagClassName
{
border-color: #D00AB4;
}
</style>