Shades of Deep Magenta #D719CB
Tints of Deep Magenta #D719CB
RGB
CMYK
RGB Variations
Color information
#D719CB (or 0xD719CB) is known color: Deep Magenta. HEX triplet: D7, 19 and CB. RGB value is (215,25,203). Sum of RGB (Red+Green+Blue) = 215+25+203=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D719CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D719CB is #28E634. Grayscale: #656565. Windows color (decimal): -2680373 or 13310423. OLE color: 13310423.
HSL color Cylindrical-coordinate representation of color #D719CB: hue angle of 303.79º 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 #D719CB is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 25 | 203 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.16 |
| HSL | 303.79º | 0.79% | 0.47% | - |
| HSV(B) | 303.79º | 0.88% | 0.84% | - |
| XYZ | 39.15 | 19.45 | 58.19 | - |
| YUV | 102.1 | 184.95 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 25 | 203 | 0 | 0.88 | 0.06 | 0.16 | 303.79 | 0.79 | 0.47 |
| Hex | D7 | 19 | CB | 0 | 58 | 6 | 10 | 130 | 4F | 2F |
| Octal | 327 | 31 | 313 | 0 | 130 | 6 | 20 | 460 | 117 | 57 |
| Binary | 11010111 | 11001 | 11001011 | 0 | 1011000 | 110 | 10000 | 100110000 | 1001111 | 101111 |
Color Harmonies of #D719CB
Complementary color
Monochromatic Colors of #D719CB
Black with #D719CB
Text Example
Text Example
White with #D719CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D719CB; }
p { color: rgb(215,25,203); }
H1.HeaderClassName
{
color: #D719CB;
}
.AnyTagClassName
{
color: #D719CB;
}
</style>
background-color css
<style>
a { background-color: #D719CB; }
a { background-color: rgb(215,25,203); }
div.DivClassName
{
background-color: #D719CB;
}
.BgClassName
{
background-color: #D719CB;
}
</style>
border-color css
<style>
span { border-color: #D719CB; }
span { border-color: rgb(215,25,203); }
td.TdClassName
{
border-color: #D719CB;
}
.TagClassName
{
border-color: #D719CB;
}
</style>