Shades of Deep Magenta #D619C6
Tints of Deep Magenta #D619C6
RGB
CMYK
RGB Variations
Color information
#D619C6 (or 0xD619C6) is known color: Deep Magenta. HEX triplet: D6, 19 and C6. RGB value is (214,25,198). Sum of RGB (Red+Green+Blue) = 214+25+198=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D619C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D619C6 is #29E639. Grayscale: #646464. Windows color (decimal): -2745914 or 12982742. OLE color: 12982742.
HSL color Cylindrical-coordinate representation of color #D619C6: hue angle of 305.08º 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 #D619C6 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 198 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.16 |
| HSL | 305.08º | 0.79% | 0.47% | - |
| HSV(B) | 305.08º | 0.88% | 0.84% | - |
| XYZ | 38.27 | 19.07 | 55.09 | - |
| YUV | 101.23 | 182.62 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 198 | 0 | 0.88 | 0.07 | 0.16 | 305.08 | 0.79 | 0.47 |
| Hex | D6 | 19 | C6 | 0 | 58 | 7 | 10 | 131 | 4F | 2F |
| Octal | 326 | 31 | 306 | 0 | 130 | 7 | 20 | 461 | 117 | 57 |
| Binary | 11010110 | 11001 | 11000110 | 0 | 1011000 | 111 | 10000 | 100110001 | 1001111 | 101111 |
Color Harmonies of #D619C6
Complementary color
Monochromatic Colors of #D619C6
Black with #D619C6
Text Example
Text Example
White with #D619C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D619C6; }
p { color: rgb(214,25,198); }
H1.HeaderClassName
{
color: #D619C6;
}
.AnyTagClassName
{
color: #D619C6;
}
</style>
background-color css
<style>
a { background-color: #D619C6; }
a { background-color: rgb(214,25,198); }
div.DivClassName
{
background-color: #D619C6;
}
.BgClassName
{
background-color: #D619C6;
}
</style>
border-color css
<style>
span { border-color: #D619C6; }
span { border-color: rgb(214,25,198); }
td.TdClassName
{
border-color: #D619C6;
}
.TagClassName
{
border-color: #D619C6;
}
</style>