Shades of Deep Magenta #D623DE
Tints of Deep Magenta #D623DE
RGB
CMYK
RGB Variations
Color information
#D623DE (or 0xD623DE) is known color: Deep Magenta. HEX triplet: D6, 23 and DE. RGB value is (214,35,222). Sum of RGB (Red+Green+Blue) = 214+35+222=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 35 (14.06% from 255 or 7.43% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #D623DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D623DE is #29DC21. Grayscale: #6D6D6D. Windows color (decimal): -2743330 or 14558166. OLE color: 14558166.
HSL color Cylindrical-coordinate representation of color #D623DE: hue angle of 297.43º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D623DE is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 35 | 222 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.13 |
| HSL | 297.43º | 0.74% | 0.5% | - |
| HSV(B) | 297.43º | 0.84% | 0.87% | - |
| XYZ | 41.52 | 20.77 | 70.93 | - |
| YUV | 109.84 | 191.3 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 222 | 0.04 | 0.84 | 0 | 0.13 | 297.43 | 0.74 | 0.5 |
| Hex | D6 | 23 | DE | 4 | 54 | 0 | D | 129 | 4A | 32 |
| Octal | 326 | 43 | 336 | 4 | 124 | 0 | 15 | 451 | 112 | 62 |
| Binary | 11010110 | 100011 | 11011110 | 100 | 1010100 | 0 | 1101 | 100101001 | 1001010 | 110010 |
Color Harmonies of #D623DE
Complementary color
Monochromatic Colors of #D623DE
Black with #D623DE
Text Example
Text Example
White with #D623DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D623DE; }
p { color: rgb(214,35,222); }
H1.HeaderClassName
{
color: #D623DE;
}
.AnyTagClassName
{
color: #D623DE;
}
</style>
background-color css
<style>
a { background-color: #D623DE; }
a { background-color: rgb(214,35,222); }
div.DivClassName
{
background-color: #D623DE;
}
.BgClassName
{
background-color: #D623DE;
}
</style>
border-color css
<style>
span { border-color: #D623DE; }
span { border-color: rgb(214,35,222); }
td.TdClassName
{
border-color: #D623DE;
}
.TagClassName
{
border-color: #D623DE;
}
</style>