Shades of Deep Magenta #D014DE
Tints of Deep Magenta #D014DE
RGB
CMYK
RGB Variations
Color information
#D014DE (or 0xD014DE) is known color: Deep Magenta. HEX triplet: D0, 14 and DE. RGB value is (208,20,222). Sum of RGB (Red+Green+Blue) = 208+20+222=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 20 (8.20% from 255 or 4.44% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #D014DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D014DE is #2FEB21. Grayscale: #626262. Windows color (decimal): -3140386 or 14554320. OLE color: 14554320.
HSL color Cylindrical-coordinate representation of color #D014DE: hue angle of 295.84º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D014DE is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 20 | 222 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.13 |
| HSL | 295.84º | 0.83% | 0.47% | - |
| HSV(B) | 295.84º | 0.91% | 0.87% | - |
| XYZ | 39.45 | 19.18 | 70.73 | - |
| YUV | 99.24 | 197.28 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 222 | 0.06 | 0.91 | 0 | 0.13 | 295.84 | 0.83 | 0.47 |
| Hex | D0 | 14 | DE | 6 | 5B | 0 | D | 128 | 53 | 2F |
| Octal | 320 | 24 | 336 | 6 | 133 | 0 | 15 | 450 | 123 | 57 |
| Binary | 11010000 | 10100 | 11011110 | 110 | 1011011 | 0 | 1101 | 100101000 | 1010011 | 101111 |
Color Harmonies of #D014DE
Complementary color
Monochromatic Colors of #D014DE
Black with #D014DE
Text Example
Text Example
White with #D014DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D014DE; }
p { color: rgb(208,20,222); }
H1.HeaderClassName
{
color: #D014DE;
}
.AnyTagClassName
{
color: #D014DE;
}
</style>
background-color css
<style>
a { background-color: #D014DE; }
a { background-color: rgb(208,20,222); }
div.DivClassName
{
background-color: #D014DE;
}
.BgClassName
{
background-color: #D014DE;
}
</style>
border-color css
<style>
span { border-color: #D014DE; }
span { border-color: rgb(208,20,222); }
td.TdClassName
{
border-color: #D014DE;
}
.TagClassName
{
border-color: #D014DE;
}
</style>