Shades of Deep Magenta #D70CE4
Tints of Deep Magenta #D70CE4
RGB
CMYK
RGB Variations
Color information
#D70CE4 (or 0xD70CE4) is known color: Deep Magenta. HEX triplet: D7, 0C and E4. RGB value is (215,12,228). Sum of RGB (Red+Green+Blue) = 215+12+228=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 12 (5.08% from 255 or 2.64% from 455); Blue value is 228 (89.45% from 255 or 50.11% from 455); Max value from RGB is 228 - color contains mainly: blue. Hex color #D70CE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70CE4 is #28F31B. Grayscale: #606060. Windows color (decimal): -2683676 or 14945495. OLE color: 14945495.
HSL color Cylindrical-coordinate representation of color #D70CE4: hue angle of 296.39º 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 #D70CE4 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 12 | 228 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.11 |
| HSL | 296.39º | 0.9% | 0.47% | - |
| HSV(B) | 296.39º | 0.95% | 0.89% | - |
| XYZ | 42.16 | 20.31 | 75.1 | - |
| YUV | 97.32 | 201.75 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 228 | 0.06 | 0.95 | 0 | 0.11 | 296.39 | 0.9 | 0.47 |
| Hex | D7 | C | E4 | 6 | 5F | 0 | B | 128 | 5A | 2F |
| Octal | 327 | 14 | 344 | 6 | 137 | 0 | 13 | 450 | 132 | 57 |
| Binary | 11010111 | 1100 | 11100100 | 110 | 1011111 | 0 | 1011 | 100101000 | 1011010 | 101111 |
Color Harmonies of #D70CE4
Complementary color
Monochromatic Colors of #D70CE4
Black with #D70CE4
Text Example
Text Example
White with #D70CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70CE4; }
p { color: rgb(215,12,228); }
H1.HeaderClassName
{
color: #D70CE4;
}
.AnyTagClassName
{
color: #D70CE4;
}
</style>
background-color css
<style>
a { background-color: #D70CE4; }
a { background-color: rgb(215,12,228); }
div.DivClassName
{
background-color: #D70CE4;
}
.BgClassName
{
background-color: #D70CE4;
}
</style>
border-color css
<style>
span { border-color: #D70CE4; }
span { border-color: rgb(215,12,228); }
td.TdClassName
{
border-color: #D70CE4;
}
.TagClassName
{
border-color: #D70CE4;
}
</style>