Shades of Deep Magenta #D623DC
Tints of Deep Magenta #D623DC
RGB
CMYK
RGB Variations
Color information
#D623DC (or 0xD623DC) is known color: Deep Magenta. HEX triplet: D6, 23 and DC. RGB value is (214,35,220). Sum of RGB (Red+Green+Blue) = 214+35+220=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 35 (14.06% from 255 or 7.46% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #D623DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D623DC is #29DC23. Grayscale: #6D6D6D. Windows color (decimal): -2743332 or 14427094. OLE color: 14427094.
HSL color Cylindrical-coordinate representation of color #D623DC: hue angle of 298.05º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D623DC is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 35 | 220 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.14 |
| HSL | 298.05º | 0.73% | 0.5% | - |
| HSV(B) | 298.05º | 0.84% | 0.86% | - |
| XYZ | 41.25 | 20.67 | 69.52 | - |
| YUV | 109.61 | 190.3 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 220 | 0.03 | 0.84 | 0 | 0.14 | 298.05 | 0.73 | 0.5 |
| Hex | D6 | 23 | DC | 3 | 54 | 0 | E | 12A | 49 | 32 |
| Octal | 326 | 43 | 334 | 3 | 124 | 0 | 16 | 452 | 111 | 62 |
| Binary | 11010110 | 100011 | 11011100 | 11 | 1010100 | 0 | 1110 | 100101010 | 1001001 | 110010 |
Color Harmonies of #D623DC
Complementary color
Monochromatic Colors of #D623DC
Black with #D623DC
Text Example
Text Example
White with #D623DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D623DC; }
p { color: rgb(214,35,220); }
H1.HeaderClassName
{
color: #D623DC;
}
.AnyTagClassName
{
color: #D623DC;
}
</style>
background-color css
<style>
a { background-color: #D623DC; }
a { background-color: rgb(214,35,220); }
div.DivClassName
{
background-color: #D623DC;
}
.BgClassName
{
background-color: #D623DC;
}
</style>
border-color css
<style>
span { border-color: #D623DC; }
span { border-color: rgb(214,35,220); }
td.TdClassName
{
border-color: #D623DC;
}
.TagClassName
{
border-color: #D623DC;
}
</style>