Shades of Deep Magenta #D623DF
Tints of Deep Magenta #D623DF
RGB
CMYK
RGB Variations
Color information
#D623DF (or 0xD623DF) is known color: Deep Magenta. HEX triplet: D6, 23 and DF. RGB value is (214,35,223). Sum of RGB (Red+Green+Blue) = 214+35+223=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 35 (14.06% from 255 or 7.42% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #D623DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D623DF is #29DC20. Grayscale: #6D6D6D. Windows color (decimal): -2743329 or 14623702. OLE color: 14623702.
HSL color Cylindrical-coordinate representation of color #D623DF: hue angle of 297.13º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D623DF is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 35 | 223 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.13 |
| HSL | 297.13º | 0.75% | 0.51% | - |
| HSV(B) | 297.13º | 0.84% | 0.87% | - |
| XYZ | 41.65 | 20.83 | 71.64 | - |
| YUV | 109.95 | 191.8 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 223 | 0.04 | 0.84 | 0 | 0.13 | 297.13 | 0.75 | 0.51 |
| Hex | D6 | 23 | DF | 4 | 54 | 0 | D | 129 | 4B | 33 |
| Octal | 326 | 43 | 337 | 4 | 124 | 0 | 15 | 451 | 113 | 63 |
| Binary | 11010110 | 100011 | 11011111 | 100 | 1010100 | 0 | 1101 | 100101001 | 1001011 | 110011 |
Color Harmonies of #D623DF
Complementary color
Monochromatic Colors of #D623DF
Black with #D623DF
Text Example
Text Example
White with #D623DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D623DF; }
p { color: rgb(214,35,223); }
H1.HeaderClassName
{
color: #D623DF;
}
.AnyTagClassName
{
color: #D623DF;
}
</style>
background-color css
<style>
a { background-color: #D623DF; }
a { background-color: rgb(214,35,223); }
div.DivClassName
{
background-color: #D623DF;
}
.BgClassName
{
background-color: #D623DF;
}
</style>
border-color css
<style>
span { border-color: #D623DF; }
span { border-color: rgb(214,35,223); }
td.TdClassName
{
border-color: #D623DF;
}
.TagClassName
{
border-color: #D623DF;
}
</style>