Shades of Deep Magenta #D628DE
Tints of Deep Magenta #D628DE
RGB
CMYK
RGB Variations
Color information
#D628DE (or 0xD628DE) is known color: Deep Magenta. HEX triplet: D6, 28 and DE. RGB value is (214,40,222). Sum of RGB (Red+Green+Blue) = 214+40+222=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 40 (16.02% from 255 or 8.40% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #D628DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628DE is #29D721. Grayscale: #707070. Windows color (decimal): -2742050 or 14559446. OLE color: 14559446.
HSL color Cylindrical-coordinate representation of color #D628DE: hue angle of 297.36º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D628DE is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 40 | 222 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.13 |
| HSL | 297.36º | 0.73% | 0.51% | - |
| HSV(B) | 297.36º | 0.82% | 0.87% | - |
| XYZ | 41.68 | 21.09 | 70.98 | - |
| YUV | 112.77 | 189.65 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 222 | 0.04 | 0.82 | 0 | 0.13 | 297.36 | 0.73 | 0.51 |
| Hex | D6 | 28 | DE | 4 | 52 | 0 | D | 129 | 49 | 33 |
| Octal | 326 | 50 | 336 | 4 | 122 | 0 | 15 | 451 | 111 | 63 |
| Binary | 11010110 | 101000 | 11011110 | 100 | 1010010 | 0 | 1101 | 100101001 | 1001001 | 110011 |
Color Harmonies of #D628DE
Complementary color
Monochromatic Colors of #D628DE
Black with #D628DE
Text Example
Text Example
White with #D628DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D628DE; }
p { color: rgb(214,40,222); }
H1.HeaderClassName
{
color: #D628DE;
}
.AnyTagClassName
{
color: #D628DE;
}
</style>
background-color css
<style>
a { background-color: #D628DE; }
a { background-color: rgb(214,40,222); }
div.DivClassName
{
background-color: #D628DE;
}
.BgClassName
{
background-color: #D628DE;
}
</style>
border-color css
<style>
span { border-color: #D628DE; }
span { border-color: rgb(214,40,222); }
td.TdClassName
{
border-color: #D628DE;
}
.TagClassName
{
border-color: #D628DE;
}
</style>