Shades of Deep Magenta #D623E0
Tints of Deep Magenta #D623E0
RGB
CMYK
RGB Variations
Color information
#D623E0 (or 0xD623E0) is known color: Deep Magenta. HEX triplet: D6, 23 and E0. RGB value is (214,35,224). Sum of RGB (Red+Green+Blue) = 214+35+224=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 35 (14.06% from 255 or 7.40% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #D623E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D623E0 is #29DC1F. Grayscale: #6D6D6D. Windows color (decimal): -2743328 or 14689238. OLE color: 14689238.
HSL color Cylindrical-coordinate representation of color #D623E0: hue angle of 296.83º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D623E0 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 35 | 224 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.12 |
| HSL | 296.83º | 0.75% | 0.51% | - |
| HSV(B) | 296.83º | 0.84% | 0.88% | - |
| XYZ | 41.79 | 20.88 | 72.35 | - |
| YUV | 110.07 | 192.3 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 224 | 0.04 | 0.84 | 0 | 0.12 | 296.83 | 0.75 | 0.51 |
| Hex | D6 | 23 | E0 | 4 | 54 | 0 | C | 129 | 4B | 33 |
| Octal | 326 | 43 | 340 | 4 | 124 | 0 | 14 | 451 | 113 | 63 |
| Binary | 11010110 | 100011 | 11100000 | 100 | 1010100 | 0 | 1100 | 100101001 | 1001011 | 110011 |
Color Harmonies of #D623E0
Complementary color
Monochromatic Colors of #D623E0
Black with #D623E0
Text Example
Text Example
White with #D623E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D623E0; }
p { color: rgb(214,35,224); }
H1.HeaderClassName
{
color: #D623E0;
}
.AnyTagClassName
{
color: #D623E0;
}
</style>
background-color css
<style>
a { background-color: #D623E0; }
a { background-color: rgb(214,35,224); }
div.DivClassName
{
background-color: #D623E0;
}
.BgClassName
{
background-color: #D623E0;
}
</style>
border-color css
<style>
span { border-color: #D623E0; }
span { border-color: rgb(214,35,224); }
td.TdClassName
{
border-color: #D623E0;
}
.TagClassName
{
border-color: #D623E0;
}
</style>