Shades of Deep Magenta #D628E0
Tints of Deep Magenta #D628E0
RGB
CMYK
RGB Variations
Color information
#D628E0 (or 0xD628E0) is known color: Deep Magenta. HEX triplet: D6, 28 and E0. RGB value is (214,40,224). Sum of RGB (Red+Green+Blue) = 214+40+224=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 40 (16.02% from 255 or 8.37% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #D628E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628E0 is #29D71F. Grayscale: #707070. Windows color (decimal): -2742048 or 14690518. OLE color: 14690518.
HSL color Cylindrical-coordinate representation of color #D628E0: hue angle of 296.74º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D628E0 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 40 | 224 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.12 |
| HSL | 296.74º | 0.75% | 0.52% | - |
| HSV(B) | 296.74º | 0.82% | 0.88% | - |
| XYZ | 41.94 | 21.2 | 72.4 | - |
| YUV | 113 | 190.65 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 224 | 0.04 | 0.82 | 0 | 0.12 | 296.74 | 0.75 | 0.52 |
| Hex | D6 | 28 | E0 | 4 | 52 | 0 | C | 129 | 4B | 34 |
| Octal | 326 | 50 | 340 | 4 | 122 | 0 | 14 | 451 | 113 | 64 |
| Binary | 11010110 | 101000 | 11100000 | 100 | 1010010 | 0 | 1100 | 100101001 | 1001011 | 110100 |
Color Harmonies of #D628E0
Complementary color
Monochromatic Colors of #D628E0
Black with #D628E0
Text Example
Text Example
White with #D628E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D628E0; }
p { color: rgb(214,40,224); }
H1.HeaderClassName
{
color: #D628E0;
}
.AnyTagClassName
{
color: #D628E0;
}
</style>
background-color css
<style>
a { background-color: #D628E0; }
a { background-color: rgb(214,40,224); }
div.DivClassName
{
background-color: #D628E0;
}
.BgClassName
{
background-color: #D628E0;
}
</style>
border-color css
<style>
span { border-color: #D628E0; }
span { border-color: rgb(214,40,224); }
td.TdClassName
{
border-color: #D628E0;
}
.TagClassName
{
border-color: #D628E0;
}
</style>