Shades of Deep Magenta #D00CE3
Tints of Deep Magenta #D00CE3
RGB
CMYK
RGB Variations
Color information
#D00CE3 (or 0xD00CE3) is known color: Deep Magenta. HEX triplet: D0, 0C and E3. RGB value is (208,12,227). Sum of RGB (Red+Green+Blue) = 208+12+227=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 227 (89.06% from 255 or 50.78% from 447); Max value from RGB is 227 - color contains mainly: blue. Hex color #D00CE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CE3 is #2FF31C. Grayscale: #5E5E5E. Windows color (decimal): -3142429 or 14879952. OLE color: 14879952.
HSL color Cylindrical-coordinate representation of color #D00CE3: hue angle of 294.7º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00CE3 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 12 | 227 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.11 |
| HSL | 294.7º | 0.9% | 0.47% | - |
| HSV(B) | 294.7º | 0.95% | 0.89% | - |
| XYZ | 40.01 | 19.22 | 74.27 | - |
| YUV | 95.11 | 202.43 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 227 | 0.08 | 0.95 | 0 | 0.11 | 294.7 | 0.9 | 0.47 |
| Hex | D0 | C | E3 | 8 | 5F | 0 | B | 127 | 5A | 2F |
| Octal | 320 | 14 | 343 | 10 | 137 | 0 | 13 | 447 | 132 | 57 |
| Binary | 11010000 | 1100 | 11100011 | 1000 | 1011111 | 0 | 1011 | 100100111 | 1011010 | 101111 |
Color Harmonies of #D00CE3
Complementary color
Monochromatic Colors of #D00CE3
Black with #D00CE3
Text Example
Text Example
White with #D00CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00CE3; }
p { color: rgb(208,12,227); }
H1.HeaderClassName
{
color: #D00CE3;
}
.AnyTagClassName
{
color: #D00CE3;
}
</style>
background-color css
<style>
a { background-color: #D00CE3; }
a { background-color: rgb(208,12,227); }
div.DivClassName
{
background-color: #D00CE3;
}
.BgClassName
{
background-color: #D00CE3;
}
</style>
border-color css
<style>
span { border-color: #D00CE3; }
span { border-color: rgb(208,12,227); }
td.TdClassName
{
border-color: #D00CE3;
}
.TagClassName
{
border-color: #D00CE3;
}
</style>