Shades of Deep Magenta #D624C9
Tints of Deep Magenta #D624C9
RGB
CMYK
RGB Variations
Color information
#D624C9 (or 0xD624C9) is known color: Deep Magenta. HEX triplet: D6, 24 and C9. RGB value is (214,36,201). Sum of RGB (Red+Green+Blue) = 214+36+201=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 36 (14.45% from 255 or 7.98% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D624C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D624C9 is #29DB36. Grayscale: #6B6B6B. Windows color (decimal): -2743095 or 13182166. OLE color: 13182166.
HSL color Cylindrical-coordinate representation of color #D624C9: hue angle of 304.38º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D624C9 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 201 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.16 |
| HSL | 304.38º | 0.71% | 0.49% | - |
| HSV(B) | 304.38º | 0.83% | 0.84% | - |
| XYZ | 38.91 | 19.77 | 57.02 | - |
| YUV | 108.03 | 180.47 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 201 | 0 | 0.83 | 0.06 | 0.16 | 304.38 | 0.71 | 0.49 |
| Hex | D6 | 24 | C9 | 0 | 53 | 6 | 10 | 130 | 47 | 31 |
| Octal | 326 | 44 | 311 | 0 | 123 | 6 | 20 | 460 | 107 | 61 |
| Binary | 11010110 | 100100 | 11001001 | 0 | 1010011 | 110 | 10000 | 100110000 | 1000111 | 110001 |
Color Harmonies of #D624C9
Complementary color
Monochromatic Colors of #D624C9
Black with #D624C9
Text Example
Text Example
White with #D624C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D624C9; }
p { color: rgb(214,36,201); }
H1.HeaderClassName
{
color: #D624C9;
}
.AnyTagClassName
{
color: #D624C9;
}
</style>
background-color css
<style>
a { background-color: #D624C9; }
a { background-color: rgb(214,36,201); }
div.DivClassName
{
background-color: #D624C9;
}
.BgClassName
{
background-color: #D624C9;
}
</style>
border-color css
<style>
span { border-color: #D624C9; }
span { border-color: rgb(214,36,201); }
td.TdClassName
{
border-color: #D624C9;
}
.TagClassName
{
border-color: #D624C9;
}
</style>