Shades of Deep Magenta #D01CE0
Tints of Deep Magenta #D01CE0
RGB
CMYK
RGB Variations
Color information
#D01CE0 (or 0xD01CE0) is known color: Deep Magenta. HEX triplet: D0, 1C and E0. RGB value is (208,28,224). Sum of RGB (Red+Green+Blue) = 208+28+224=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #D01CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CE0 is #2FE31F. Grayscale: #676767. Windows color (decimal): -3138336 or 14687440. OLE color: 14687440.
HSL color Cylindrical-coordinate representation of color #D01CE0: hue angle of 295.1º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01CE0 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 28 | 224 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.12 |
| HSL | 295.1º | 0.78% | 0.49% | - |
| HSV(B) | 295.1º | 0.88% | 0.88% | - |
| XYZ | 39.88 | 19.62 | 72.21 | - |
| YUV | 104.16 | 195.63 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 224 | 0.07 | 0.88 | 0 | 0.12 | 295.1 | 0.78 | 0.49 |
| Hex | D0 | 1C | E0 | 7 | 58 | 0 | C | 127 | 4E | 31 |
| Octal | 320 | 34 | 340 | 7 | 130 | 0 | 14 | 447 | 116 | 61 |
| Binary | 11010000 | 11100 | 11100000 | 111 | 1011000 | 0 | 1100 | 100100111 | 1001110 | 110001 |
Color Harmonies of #D01CE0
Complementary color
Monochromatic Colors of #D01CE0
Black with #D01CE0
Text Example
Text Example
White with #D01CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CE0; }
p { color: rgb(208,28,224); }
H1.HeaderClassName
{
color: #D01CE0;
}
.AnyTagClassName
{
color: #D01CE0;
}
</style>
background-color css
<style>
a { background-color: #D01CE0; }
a { background-color: rgb(208,28,224); }
div.DivClassName
{
background-color: #D01CE0;
}
.BgClassName
{
background-color: #D01CE0;
}
</style>
border-color css
<style>
span { border-color: #D01CE0; }
span { border-color: rgb(208,28,224); }
td.TdClassName
{
border-color: #D01CE0;
}
.TagClassName
{
border-color: #D01CE0;
}
</style>