Shades of Deep Magenta #D014D4
Tints of Deep Magenta #D014D4
RGB
CMYK
RGB Variations
Color information
#D014D4 (or 0xD014D4) is known color: Deep Magenta. HEX triplet: D0, 14 and D4. RGB value is (208,20,212). Sum of RGB (Red+Green+Blue) = 208+20+212=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 212 (83.20% from 255 or 48.18% from 440); Max value from RGB is 212 - color contains mainly: blue. Hex color #D014D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D014D4 is #2FEB2B. Grayscale: #616161. Windows color (decimal): -3140396 or 13898960. OLE color: 13898960.
HSL color Cylindrical-coordinate representation of color #D014D4: hue angle of 298.75º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D014D4 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 20 | 212 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.17 |
| HSL | 298.75º | 0.83% | 0.45% | - |
| HSV(B) | 298.75º | 0.91% | 0.83% | - |
| XYZ | 38.15 | 18.66 | 63.88 | - |
| YUV | 98.1 | 192.28 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 212 | 0.02 | 0.91 | 0 | 0.17 | 298.75 | 0.83 | 0.45 |
| Hex | D0 | 14 | D4 | 2 | 5B | 0 | 11 | 12B | 53 | 2D |
| Octal | 320 | 24 | 324 | 2 | 133 | 0 | 21 | 453 | 123 | 55 |
| Binary | 11010000 | 10100 | 11010100 | 10 | 1011011 | 0 | 10001 | 100101011 | 1010011 | 101101 |
Color Harmonies of #D014D4
Complementary color
Monochromatic Colors of #D014D4
Black with #D014D4
Text Example
Text Example
White with #D014D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D014D4; }
p { color: rgb(208,20,212); }
H1.HeaderClassName
{
color: #D014D4;
}
.AnyTagClassName
{
color: #D014D4;
}
</style>
background-color css
<style>
a { background-color: #D014D4; }
a { background-color: rgb(208,20,212); }
div.DivClassName
{
background-color: #D014D4;
}
.BgClassName
{
background-color: #D014D4;
}
</style>
border-color css
<style>
span { border-color: #D014D4; }
span { border-color: rgb(208,20,212); }
td.TdClassName
{
border-color: #D014D4;
}
.TagClassName
{
border-color: #D014D4;
}
</style>