Shades of Deep Magenta #D014D0
Tints of Deep Magenta #D014D0
RGB
CMYK
RGB Variations
Color information
#D014D0 (or 0xD014D0) is known color: Deep Magenta. HEX triplet: D0, 14 and D0. RGB value is (208,20,208). Sum of RGB (Red+Green+Blue) = 208+20+208=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D014D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D014D0 is #2FEB2F. Grayscale: #616161. Windows color (decimal): -3140400 or 13636816. OLE color: 13636816.
HSL color Cylindrical-coordinate representation of color #D014D0: hue angle of 300º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D014D0 is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 208 | - |
| CMYK | 0 | 0.90 | 0 | 0.18 |
| HSL | 300º | 0.82% | 0.45% | - |
| HSV(B) | 300º | 0.9% | 0.82% | - |
| XYZ | 37.65 | 18.46 | 61.25 | - |
| YUV | 97.64 | 190.28 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 208 | 0 | 0.90 | 0 | 0.18 | 300 | 0.82 | 0.45 |
| Hex | D0 | 14 | D0 | 0 | 5A | 0 | 12 | 12C | 52 | 2D |
| Octal | 320 | 24 | 320 | 0 | 132 | 0 | 22 | 454 | 122 | 55 |
| Binary | 11010000 | 10100 | 11010000 | 0 | 1011010 | 0 | 10010 | 100101100 | 1010010 | 101101 |
Color Harmonies of #D014D0
Complementary color
Monochromatic Colors of #D014D0
Black with #D014D0
Text Example
Text Example
White with #D014D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D014D0; }
p { color: rgb(208,20,208); }
H1.HeaderClassName
{
color: #D014D0;
}
.AnyTagClassName
{
color: #D014D0;
}
</style>
background-color css
<style>
a { background-color: #D014D0; }
a { background-color: rgb(208,20,208); }
div.DivClassName
{
background-color: #D014D0;
}
.BgClassName
{
background-color: #D014D0;
}
</style>
border-color css
<style>
span { border-color: #D014D0; }
span { border-color: rgb(208,20,208); }
td.TdClassName
{
border-color: #D014D0;
}
.TagClassName
{
border-color: #D014D0;
}
</style>