Shades of Deep Magenta #D628E2
Tints of Deep Magenta #D628E2
RGB
CMYK
RGB Variations
Color information
#D628E2 (or 0xD628E2) is known color: Deep Magenta. HEX triplet: D6, 28 and E2. RGB value is (214,40,226). Sum of RGB (Red+Green+Blue) = 214+40+226=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 226 (88.67% from 255 or 47.08% from 480); Max value from RGB is 226 - color contains mainly: blue. Hex color #D628E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628E2 is #29D71D. Grayscale: #707070. Windows color (decimal): -2742046 or 14821590. OLE color: 14821590.
HSL color Cylindrical-coordinate representation of color #D628E2: hue angle of 296.13º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D628E2 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 40 | 226 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.11 |
| HSL | 296.13º | 0.76% | 0.52% | - |
| HSV(B) | 296.13º | 0.82% | 0.89% | - |
| XYZ | 42.22 | 21.3 | 73.84 | - |
| YUV | 113.23 | 191.65 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 226 | 0.05 | 0.82 | 0 | 0.11 | 296.13 | 0.76 | 0.52 |
| Hex | D6 | 28 | E2 | 5 | 52 | 0 | B | 128 | 4C | 34 |
| Octal | 326 | 50 | 342 | 5 | 122 | 0 | 13 | 450 | 114 | 64 |
| Binary | 11010110 | 101000 | 11100010 | 101 | 1010010 | 0 | 1011 | 100101000 | 1001100 | 110100 |
Color Harmonies of #D628E2
Complementary color
Monochromatic Colors of #D628E2
Black with #D628E2
Text Example
Text Example
White with #D628E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D628E2; }
p { color: rgb(214,40,226); }
H1.HeaderClassName
{
color: #D628E2;
}
.AnyTagClassName
{
color: #D628E2;
}
</style>
background-color css
<style>
a { background-color: #D628E2; }
a { background-color: rgb(214,40,226); }
div.DivClassName
{
background-color: #D628E2;
}
.BgClassName
{
background-color: #D628E2;
}
</style>
border-color css
<style>
span { border-color: #D628E2; }
span { border-color: rgb(214,40,226); }
td.TdClassName
{
border-color: #D628E2;
}
.TagClassName
{
border-color: #D628E2;
}
</style>