Shades of Deep Magenta #D719C3
Tints of Deep Magenta #D719C3
RGB
CMYK
RGB Variations
Color information
#D719C3 (or 0xD719C3) is known color: Deep Magenta. HEX triplet: D7, 19 and C3. RGB value is (215,25,195). Sum of RGB (Red+Green+Blue) = 215+25+195=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D719C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D719C3 is #28E63C. Grayscale: #646464. Windows color (decimal): -2680381 or 12786135. OLE color: 12786135.
HSL color Cylindrical-coordinate representation of color #D719C3: hue angle of 306.32º 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 #D719C3 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 25 | 195 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.16 |
| HSL | 306.32º | 0.79% | 0.47% | - |
| HSV(B) | 306.32º | 0.88% | 0.84% | - |
| XYZ | 38.22 | 19.08 | 53.3 | - |
| YUV | 101.19 | 180.95 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 25 | 195 | 0 | 0.88 | 0.09 | 0.16 | 306.32 | 0.79 | 0.47 |
| Hex | D7 | 19 | C3 | 0 | 58 | 9 | 10 | 132 | 4F | 2F |
| Octal | 327 | 31 | 303 | 0 | 130 | 11 | 20 | 462 | 117 | 57 |
| Binary | 11010111 | 11001 | 11000011 | 0 | 1011000 | 1001 | 10000 | 100110010 | 1001111 | 101111 |
Color Harmonies of #D719C3
Complementary color
Monochromatic Colors of #D719C3
Black with #D719C3
Text Example
Text Example
White with #D719C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D719C3; }
p { color: rgb(215,25,195); }
H1.HeaderClassName
{
color: #D719C3;
}
.AnyTagClassName
{
color: #D719C3;
}
</style>
background-color css
<style>
a { background-color: #D719C3; }
a { background-color: rgb(215,25,195); }
div.DivClassName
{
background-color: #D719C3;
}
.BgClassName
{
background-color: #D719C3;
}
</style>
border-color css
<style>
span { border-color: #D719C3; }
span { border-color: rgb(215,25,195); }
td.TdClassName
{
border-color: #D719C3;
}
.TagClassName
{
border-color: #D719C3;
}
</style>