Shades of Deep Magenta #D017E3
Tints of Deep Magenta #D017E3
RGB
CMYK
RGB Variations
Color information
#D017E3 (or 0xD017E3) is known color: Deep Magenta. HEX triplet: D0, 17 and E3. RGB value is (208,23,227). Sum of RGB (Red+Green+Blue) = 208+23+227=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 23 (9.38% from 255 or 5.02% from 458); Blue value is 227 (89.06% from 255 or 49.56% from 458); Max value from RGB is 227 - color contains mainly: blue. Hex color #D017E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D017E3 is #2FE81C. Grayscale: #646464. Windows color (decimal): -3139613 or 14882768. OLE color: 14882768.
HSL color Cylindrical-coordinate representation of color #D017E3: hue angle of 294.41º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D017E3 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 23 | 227 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.11 |
| HSL | 294.41º | 0.82% | 0.49% | - |
| HSV(B) | 294.41º | 0.9% | 0.89% | - |
| XYZ | 40.18 | 19.57 | 74.33 | - |
| YUV | 101.57 | 198.79 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 227 | 0.08 | 0.90 | 0 | 0.11 | 294.41 | 0.82 | 0.49 |
| Hex | D0 | 17 | E3 | 8 | 5A | 0 | B | 126 | 52 | 31 |
| Octal | 320 | 27 | 343 | 10 | 132 | 0 | 13 | 446 | 122 | 61 |
| Binary | 11010000 | 10111 | 11100011 | 1000 | 1011010 | 0 | 1011 | 100100110 | 1010010 | 110001 |
Color Harmonies of #D017E3
Complementary color
Monochromatic Colors of #D017E3
Black with #D017E3
Text Example
Text Example
White with #D017E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D017E3; }
p { color: rgb(208,23,227); }
H1.HeaderClassName
{
color: #D017E3;
}
.AnyTagClassName
{
color: #D017E3;
}
</style>
background-color css
<style>
a { background-color: #D017E3; }
a { background-color: rgb(208,23,227); }
div.DivClassName
{
background-color: #D017E3;
}
.BgClassName
{
background-color: #D017E3;
}
</style>
border-color css
<style>
span { border-color: #D017E3; }
span { border-color: rgb(208,23,227); }
td.TdClassName
{
border-color: #D017E3;
}
.TagClassName
{
border-color: #D017E3;
}
</style>