Shades of Deep Magenta #D01CE6
Tints of Deep Magenta #D01CE6
RGB
CMYK
RGB Variations
Color information
#D01CE6 (or 0xD01CE6) is known color: Deep Magenta. HEX triplet: D0, 1C and E6. RGB value is (208,28,230). Sum of RGB (Red+Green+Blue) = 208+28+230=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #D01CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01CE6 is #2FE319. Grayscale: #686868. Windows color (decimal): -3138330 or 15080656. OLE color: 15080656.
HSL color Cylindrical-coordinate representation of color #D01CE6: hue angle of 293.47º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01CE6 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 28 | 230 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.10 |
| HSL | 293.47º | 0.8% | 0.51% | - |
| HSV(B) | 293.47º | 0.88% | 0.9% | - |
| XYZ | 40.71 | 19.95 | 76.57 | - |
| YUV | 104.85 | 198.63 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 230 | 0.10 | 0.88 | 0 | 0.10 | 293.47 | 0.8 | 0.51 |
| Hex | D0 | 1C | E6 | A | 58 | 0 | A | 125 | 50 | 33 |
| Octal | 320 | 34 | 346 | 12 | 130 | 0 | 12 | 445 | 120 | 63 |
| Binary | 11010000 | 11100 | 11100110 | 1010 | 1011000 | 0 | 1010 | 100100101 | 1010000 | 110011 |
Color Harmonies of #D01CE6
Complementary color
Monochromatic Colors of #D01CE6
Black with #D01CE6
Text Example
Text Example
White with #D01CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CE6; }
p { color: rgb(208,28,230); }
H1.HeaderClassName
{
color: #D01CE6;
}
.AnyTagClassName
{
color: #D01CE6;
}
</style>
background-color css
<style>
a { background-color: #D01CE6; }
a { background-color: rgb(208,28,230); }
div.DivClassName
{
background-color: #D01CE6;
}
.BgClassName
{
background-color: #D01CE6;
}
</style>
border-color css
<style>
span { border-color: #D01CE6; }
span { border-color: rgb(208,28,230); }
td.TdClassName
{
border-color: #D01CE6;
}
.TagClassName
{
border-color: #D01CE6;
}
</style>