Shades of Deep Magenta #D019CF
Tints of Deep Magenta #D019CF
RGB
CMYK
RGB Variations
Color information
#D019CF (or 0xD019CF) is known color: Deep Magenta. HEX triplet: D0, 19 and CF. RGB value is (208,25,207). Sum of RGB (Red+Green+Blue) = 208+25+207=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D019CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D019CF is #2FE630. Grayscale: #636363. Windows color (decimal): -3139121 or 13572560. OLE color: 13572560.
HSL color Cylindrical-coordinate representation of color #D019CF: hue angle of 300.33º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D019CF is Cyan = 0, Magento = 0.88, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 207 | - |
| CMYK | 0 | 0.88 | 0.00 | 0.18 |
| HSL | 300.33º | 0.79% | 0.46% | - |
| HSV(B) | 300.33º | 0.88% | 0.82% | - |
| XYZ | 37.62 | 18.61 | 60.64 | - |
| YUV | 100.47 | 188.13 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 207 | 0 | 0.88 | 0.00 | 0.18 | 300.33 | 0.79 | 0.46 |
| Hex | D0 | 19 | CF | 0 | 58 | 0 | 12 | 12C | 4F | 2E |
| Octal | 320 | 31 | 317 | 0 | 130 | 0 | 22 | 454 | 117 | 56 |
| Binary | 11010000 | 11001 | 11001111 | 0 | 1011000 | 0 | 10010 | 100101100 | 1001111 | 101110 |
Color Harmonies of #D019CF
Complementary color
Monochromatic Colors of #D019CF
Black with #D019CF
Text Example
Text Example
White with #D019CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D019CF; }
p { color: rgb(208,25,207); }
H1.HeaderClassName
{
color: #D019CF;
}
.AnyTagClassName
{
color: #D019CF;
}
</style>
background-color css
<style>
a { background-color: #D019CF; }
a { background-color: rgb(208,25,207); }
div.DivClassName
{
background-color: #D019CF;
}
.BgClassName
{
background-color: #D019CF;
}
</style>
border-color css
<style>
span { border-color: #D019CF; }
span { border-color: rgb(208,25,207); }
td.TdClassName
{
border-color: #D019CF;
}
.TagClassName
{
border-color: #D019CF;
}
</style>