Shades of Deep Magenta #D624DF
Tints of Deep Magenta #D624DF
RGB
CMYK
RGB Variations
Color information
#D624DF (or 0xD624DF) is known color: Deep Magenta. HEX triplet: D6, 24 and DF. RGB value is (214,36,223). Sum of RGB (Red+Green+Blue) = 214+36+223=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 36 (14.45% from 255 or 7.61% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #D624DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D624DF is #29DB20. Grayscale: #6D6D6D. Windows color (decimal): -2743073 or 14623958. OLE color: 14623958.
HSL color Cylindrical-coordinate representation of color #D624DF: hue angle of 297.11º 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 #D624DF is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 36 | 223 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.13 |
| HSL | 297.11º | 0.75% | 0.51% | - |
| HSV(B) | 297.11º | 0.84% | 0.87% | - |
| XYZ | 41.68 | 20.89 | 71.65 | - |
| YUV | 110.54 | 191.47 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 223 | 0.04 | 0.84 | 0 | 0.13 | 297.11 | 0.75 | 0.51 |
| Hex | D6 | 24 | DF | 4 | 54 | 0 | D | 129 | 4B | 33 |
| Octal | 326 | 44 | 337 | 4 | 124 | 0 | 15 | 451 | 113 | 63 |
| Binary | 11010110 | 100100 | 11011111 | 100 | 1010100 | 0 | 1101 | 100101001 | 1001011 | 110011 |
Color Harmonies of #D624DF
Complementary color
Monochromatic Colors of #D624DF
Black with #D624DF
Text Example
Text Example
White with #D624DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D624DF; }
p { color: rgb(214,36,223); }
H1.HeaderClassName
{
color: #D624DF;
}
.AnyTagClassName
{
color: #D624DF;
}
</style>
background-color css
<style>
a { background-color: #D624DF; }
a { background-color: rgb(214,36,223); }
div.DivClassName
{
background-color: #D624DF;
}
.BgClassName
{
background-color: #D624DF;
}
</style>
border-color css
<style>
span { border-color: #D624DF; }
span { border-color: rgb(214,36,223); }
td.TdClassName
{
border-color: #D624DF;
}
.TagClassName
{
border-color: #D624DF;
}
</style>