Shades of Deep Magenta #D623DD
Tints of Deep Magenta #D623DD
RGB
CMYK
RGB Variations
Color information
#D623DD (or 0xD623DD) is known color: Deep Magenta. HEX triplet: D6, 23 and DD. RGB value is (214,35,221). Sum of RGB (Red+Green+Blue) = 214+35+221=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 35 (14.06% from 255 or 7.45% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #D623DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D623DD is #29DC22. Grayscale: #6D6D6D. Windows color (decimal): -2743331 or 14492630. OLE color: 14492630.
HSL color Cylindrical-coordinate representation of color #D623DD: hue angle of 297.74º degrees, saturation: 0.73, 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 #D623DD is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 35 | 221 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.13 |
| HSL | 297.74º | 0.73% | 0.5% | - |
| HSV(B) | 297.74º | 0.84% | 0.87% | - |
| XYZ | 41.38 | 20.72 | 70.22 | - |
| YUV | 109.73 | 190.8 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 221 | 0.03 | 0.84 | 0 | 0.13 | 297.74 | 0.73 | 0.5 |
| Hex | D6 | 23 | DD | 3 | 54 | 0 | D | 12A | 49 | 32 |
| Octal | 326 | 43 | 335 | 3 | 124 | 0 | 15 | 452 | 111 | 62 |
| Binary | 11010110 | 100011 | 11011101 | 11 | 1010100 | 0 | 1101 | 100101010 | 1001001 | 110010 |
Color Harmonies of #D623DD
Complementary color
Monochromatic Colors of #D623DD
Black with #D623DD
Text Example
Text Example
White with #D623DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D623DD; }
p { color: rgb(214,35,221); }
H1.HeaderClassName
{
color: #D623DD;
}
.AnyTagClassName
{
color: #D623DD;
}
</style>
background-color css
<style>
a { background-color: #D623DD; }
a { background-color: rgb(214,35,221); }
div.DivClassName
{
background-color: #D623DD;
}
.BgClassName
{
background-color: #D623DD;
}
</style>
border-color css
<style>
span { border-color: #D623DD; }
span { border-color: rgb(214,35,221); }
td.TdClassName
{
border-color: #D623DD;
}
.TagClassName
{
border-color: #D623DD;
}
</style>