Shades of Deep Magenta #D01CE4
Tints of Deep Magenta #D01CE4
RGB
CMYK
RGB Variations
Color information
#D01CE4 (or 0xD01CE4) is known color: Deep Magenta. HEX triplet: D0, 1C and E4. RGB value is (208,28,228). Sum of RGB (Red+Green+Blue) = 208+28+228=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #D01CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CE4 is #2FE31B. Grayscale: #686868. Windows color (decimal): -3138332 or 14949584. OLE color: 14949584.
HSL color Cylindrical-coordinate representation of color #D01CE4: hue angle of 294º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01CE4 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 28 | 228 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.11 |
| HSL | 294º | 0.79% | 0.5% | - |
| HSV(B) | 294º | 0.88% | 0.89% | - |
| XYZ | 40.43 | 19.84 | 75.1 | - |
| YUV | 104.62 | 197.63 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 228 | 0.09 | 0.88 | 0 | 0.11 | 294 | 0.79 | 0.5 |
| Hex | D0 | 1C | E4 | 9 | 58 | 0 | B | 126 | 4F | 32 |
| Octal | 320 | 34 | 344 | 11 | 130 | 0 | 13 | 446 | 117 | 62 |
| Binary | 11010000 | 11100 | 11100100 | 1001 | 1011000 | 0 | 1011 | 100100110 | 1001111 | 110010 |
Color Harmonies of #D01CE4
Complementary color
Monochromatic Colors of #D01CE4
Black with #D01CE4
Text Example
Text Example
White with #D01CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CE4; }
p { color: rgb(208,28,228); }
H1.HeaderClassName
{
color: #D01CE4;
}
.AnyTagClassName
{
color: #D01CE4;
}
</style>
background-color css
<style>
a { background-color: #D01CE4; }
a { background-color: rgb(208,28,228); }
div.DivClassName
{
background-color: #D01CE4;
}
.BgClassName
{
background-color: #D01CE4;
}
</style>
border-color css
<style>
span { border-color: #D01CE4; }
span { border-color: rgb(208,28,228); }
td.TdClassName
{
border-color: #D01CE4;
}
.TagClassName
{
border-color: #D01CE4;
}
</style>