Shades of Deep Magenta #D016E6
Tints of Deep Magenta #D016E6
RGB
CMYK
RGB Variations
Color information
#D016E6 (or 0xD016E6) is known color: Deep Magenta. HEX triplet: D0, 16 and E6. RGB value is (208,22,230). Sum of RGB (Red+Green+Blue) = 208+22+230=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 22 (8.98% from 255 or 4.78% from 460); Blue value is 230 (90.23% from 255 or 50% from 460); Max value from RGB is 230 - color contains mainly: blue. Hex color #D016E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D016E6 is #2FE919. Grayscale: #646464. Windows color (decimal): -3139866 or 15079120. OLE color: 15079120.
HSL color Cylindrical-coordinate representation of color #D016E6: hue angle of 293.65º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D016E6 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 22 | 230 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.10 |
| HSL | 293.65º | 0.83% | 0.49% | - |
| HSV(B) | 293.65º | 0.9% | 0.9% | - |
| XYZ | 40.58 | 19.7 | 76.53 | - |
| YUV | 101.33 | 200.62 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 230 | 0.10 | 0.90 | 0 | 0.10 | 293.65 | 0.83 | 0.49 |
| Hex | D0 | 16 | E6 | A | 5A | 0 | A | 126 | 53 | 31 |
| Octal | 320 | 26 | 346 | 12 | 132 | 0 | 12 | 446 | 123 | 61 |
| Binary | 11010000 | 10110 | 11100110 | 1010 | 1011010 | 0 | 1010 | 100100110 | 1010011 | 110001 |
Color Harmonies of #D016E6
Complementary color
Monochromatic Colors of #D016E6
Black with #D016E6
Text Example
Text Example
White with #D016E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D016E6; }
p { color: rgb(208,22,230); }
H1.HeaderClassName
{
color: #D016E6;
}
.AnyTagClassName
{
color: #D016E6;
}
</style>
background-color css
<style>
a { background-color: #D016E6; }
a { background-color: rgb(208,22,230); }
div.DivClassName
{
background-color: #D016E6;
}
.BgClassName
{
background-color: #D016E6;
}
</style>
border-color css
<style>
span { border-color: #D016E6; }
span { border-color: rgb(208,22,230); }
td.TdClassName
{
border-color: #D016E6;
}
.TagClassName
{
border-color: #D016E6;
}
</style>