Shades of Deep Magenta #D014C7
Tints of Deep Magenta #D014C7
RGB
CMYK
RGB Variations
Color information
#D014C7 (or 0xD014C7) is known color: Deep Magenta. HEX triplet: D0, 14 and C7. RGB value is (208,20,199). Sum of RGB (Red+Green+Blue) = 208+20+199=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D014C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D014C7 is #2FEB38. Grayscale: #606060. Windows color (decimal): -3140409 or 13046992. OLE color: 13046992.
HSL color Cylindrical-coordinate representation of color #D014C7: hue angle of 302.87º 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 #D014C7 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 199 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.18 |
| HSL | 302.87º | 0.82% | 0.45% | - |
| HSV(B) | 302.87º | 0.9% | 0.82% | - |
| XYZ | 36.57 | 18.03 | 55.59 | - |
| YUV | 96.62 | 185.78 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 199 | 0 | 0.90 | 0.04 | 0.18 | 302.87 | 0.82 | 0.45 |
| Hex | D0 | 14 | C7 | 0 | 5A | 4 | 12 | 12F | 52 | 2D |
| Octal | 320 | 24 | 307 | 0 | 132 | 4 | 22 | 457 | 122 | 55 |
| Binary | 11010000 | 10100 | 11000111 | 0 | 1011010 | 100 | 10010 | 100101111 | 1010010 | 101101 |
Color Harmonies of #D014C7
Complementary color
Monochromatic Colors of #D014C7
Black with #D014C7
Text Example
Text Example
White with #D014C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D014C7; }
p { color: rgb(208,20,199); }
H1.HeaderClassName
{
color: #D014C7;
}
.AnyTagClassName
{
color: #D014C7;
}
</style>
background-color css
<style>
a { background-color: #D014C7; }
a { background-color: rgb(208,20,199); }
div.DivClassName
{
background-color: #D014C7;
}
.BgClassName
{
background-color: #D014C7;
}
</style>
border-color css
<style>
span { border-color: #D014C7; }
span { border-color: rgb(208,20,199); }
td.TdClassName
{
border-color: #D014C7;
}
.TagClassName
{
border-color: #D014C7;
}
</style>