Shades of Deep Magenta #D619C7
Tints of Deep Magenta #D619C7
RGB
CMYK
RGB Variations
Color information
#D619C7 (or 0xD619C7) is known color: Deep Magenta. HEX triplet: D6, 19 and C7. RGB value is (214,25,199). Sum of RGB (Red+Green+Blue) = 214+25+199=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 199 (78.12% from 255 or 45.43% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D619C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D619C7 is #29E638. Grayscale: #646464. Windows color (decimal): -2745913 or 13048278. OLE color: 13048278.
HSL color Cylindrical-coordinate representation of color #D619C7: hue angle of 304.76º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D619C7 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 199 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.16 |
| HSL | 304.76º | 0.79% | 0.47% | - |
| HSV(B) | 304.76º | 0.88% | 0.84% | - |
| XYZ | 38.39 | 19.11 | 55.7 | - |
| YUV | 101.35 | 183.12 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 199 | 0 | 0.88 | 0.07 | 0.16 | 304.76 | 0.79 | 0.47 |
| Hex | D6 | 19 | C7 | 0 | 58 | 7 | 10 | 131 | 4F | 2F |
| Octal | 326 | 31 | 307 | 0 | 130 | 7 | 20 | 461 | 117 | 57 |
| Binary | 11010110 | 11001 | 11000111 | 0 | 1011000 | 111 | 10000 | 100110001 | 1001111 | 101111 |
Color Harmonies of #D619C7
Complementary color
Monochromatic Colors of #D619C7
Black with #D619C7
Text Example
Text Example
White with #D619C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D619C7; }
p { color: rgb(214,25,199); }
H1.HeaderClassName
{
color: #D619C7;
}
.AnyTagClassName
{
color: #D619C7;
}
</style>
background-color css
<style>
a { background-color: #D619C7; }
a { background-color: rgb(214,25,199); }
div.DivClassName
{
background-color: #D619C7;
}
.BgClassName
{
background-color: #D619C7;
}
</style>
border-color css
<style>
span { border-color: #D619C7; }
span { border-color: rgb(214,25,199); }
td.TdClassName
{
border-color: #D619C7;
}
.TagClassName
{
border-color: #D619C7;
}
</style>