Shades of Deep Magenta #D719CF
Tints of Deep Magenta #D719CF
RGB
CMYK
RGB Variations
Color information
#D719CF (or 0xD719CF) is known color: Deep Magenta. HEX triplet: D7, 19 and CF. RGB value is (215,25,207). Sum of RGB (Red+Green+Blue) = 215+25+207=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 25 (10.16% from 255 or 5.59% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D719CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D719CF is #28E630. Grayscale: #666666. Windows color (decimal): -2680369 or 13572567. OLE color: 13572567.
HSL color Cylindrical-coordinate representation of color #D719CF: hue angle of 302.53º 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 #D719CF is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 25 | 207 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.16 |
| HSL | 302.53º | 0.79% | 0.47% | - |
| HSV(B) | 302.53º | 0.88% | 0.84% | - |
| XYZ | 39.63 | 19.65 | 60.73 | - |
| YUV | 102.56 | 186.95 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 25 | 207 | 0 | 0.88 | 0.04 | 0.16 | 302.53 | 0.79 | 0.47 |
| Hex | D7 | 19 | CF | 0 | 58 | 4 | 10 | 12F | 4F | 2F |
| Octal | 327 | 31 | 317 | 0 | 130 | 4 | 20 | 457 | 117 | 57 |
| Binary | 11010111 | 11001 | 11001111 | 0 | 1011000 | 100 | 10000 | 100101111 | 1001111 | 101111 |
Color Harmonies of #D719CF
Complementary color
Monochromatic Colors of #D719CF
Black with #D719CF
Text Example
Text Example
White with #D719CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D719CF; }
p { color: rgb(215,25,207); }
H1.HeaderClassName
{
color: #D719CF;
}
.AnyTagClassName
{
color: #D719CF;
}
</style>
background-color css
<style>
a { background-color: #D719CF; }
a { background-color: rgb(215,25,207); }
div.DivClassName
{
background-color: #D719CF;
}
.BgClassName
{
background-color: #D719CF;
}
</style>
border-color css
<style>
span { border-color: #D719CF; }
span { border-color: rgb(215,25,207); }
td.TdClassName
{
border-color: #D719CF;
}
.TagClassName
{
border-color: #D719CF;
}
</style>