Shades of Deep Magenta #D619C2
Tints of Deep Magenta #D619C2
RGB
CMYK
RGB Variations
Color information
#D619C2 (or 0xD619C2) is known color: Deep Magenta. HEX triplet: D6, 19 and C2. RGB value is (214,25,194). Sum of RGB (Red+Green+Blue) = 214+25+194=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D619C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D619C2 is #29E63D. Grayscale: #646464. Windows color (decimal): -2745918 or 12720598. OLE color: 12720598.
HSL color Cylindrical-coordinate representation of color #D619C2: hue angle of 306.35º 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 #D619C2 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 194 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.16 |
| HSL | 306.35º | 0.79% | 0.47% | - |
| HSV(B) | 306.35º | 0.88% | 0.84% | - |
| XYZ | 37.82 | 18.89 | 52.69 | - |
| YUV | 100.78 | 180.62 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 194 | 0 | 0.88 | 0.09 | 0.16 | 306.35 | 0.79 | 0.47 |
| Hex | D6 | 19 | C2 | 0 | 58 | 9 | 10 | 132 | 4F | 2F |
| Octal | 326 | 31 | 302 | 0 | 130 | 11 | 20 | 462 | 117 | 57 |
| Binary | 11010110 | 11001 | 11000010 | 0 | 1011000 | 1001 | 10000 | 100110010 | 1001111 | 101111 |
Color Harmonies of #D619C2
Complementary color
Monochromatic Colors of #D619C2
Black with #D619C2
Text Example
Text Example
White with #D619C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D619C2; }
p { color: rgb(214,25,194); }
H1.HeaderClassName
{
color: #D619C2;
}
.AnyTagClassName
{
color: #D619C2;
}
</style>
background-color css
<style>
a { background-color: #D619C2; }
a { background-color: rgb(214,25,194); }
div.DivClassName
{
background-color: #D619C2;
}
.BgClassName
{
background-color: #D619C2;
}
</style>
border-color css
<style>
span { border-color: #D619C2; }
span { border-color: rgb(214,25,194); }
td.TdClassName
{
border-color: #D619C2;
}
.TagClassName
{
border-color: #D619C2;
}
</style>