Shades of Deep Magenta #D02ABF
Tints of Deep Magenta #D02ABF
RGB
CMYK
RGB Variations
Color information
#D02ABF (or 0xD02ABF) is known color: Deep Magenta. HEX triplet: D0, 2A and BF. RGB value is (208,42,191). Sum of RGB (Red+Green+Blue) = 208+42+191=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D02ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02ABF is #2FD540. Grayscale: #6C6C6C. Windows color (decimal): -3134785 or 12528336. OLE color: 12528336.
HSL color Cylindrical-coordinate representation of color #D02ABF: hue angle of 306.14º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02ABF is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 42 | 191 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.18 |
| HSL | 306.14º | 0.66% | 0.49% | - |
| HSV(B) | 306.14º | 0.8% | 0.82% | - |
| XYZ | 36.24 | 18.83 | 51.01 | - |
| YUV | 108.62 | 174.5 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 191 | 0 | 0.80 | 0.08 | 0.18 | 306.14 | 0.66 | 0.49 |
| Hex | D0 | 2A | BF | 0 | 50 | 8 | 12 | 132 | 42 | 31 |
| Octal | 320 | 52 | 277 | 0 | 120 | 10 | 22 | 462 | 102 | 61 |
| Binary | 11010000 | 101010 | 10111111 | 0 | 1010000 | 1000 | 10010 | 100110010 | 1000010 | 110001 |
Color Harmonies of #D02ABF
Complementary color
Monochromatic Colors of #D02ABF
Black with #D02ABF
Text Example
Text Example
White with #D02ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02ABF; }
p { color: rgb(208,42,191); }
H1.HeaderClassName
{
color: #D02ABF;
}
.AnyTagClassName
{
color: #D02ABF;
}
</style>
background-color css
<style>
a { background-color: #D02ABF; }
a { background-color: rgb(208,42,191); }
div.DivClassName
{
background-color: #D02ABF;
}
.BgClassName
{
background-color: #D02ABF;
}
</style>
border-color css
<style>
span { border-color: #D02ABF; }
span { border-color: rgb(208,42,191); }
td.TdClassName
{
border-color: #D02ABF;
}
.TagClassName
{
border-color: #D02ABF;
}
</style>