Shades of Deep Magenta #D104CF
Tints of Deep Magenta #D104CF
RGB
CMYK
RGB Variations
Color information
#D104CF (or 0xD104CF) is known color: Deep Magenta. HEX triplet: D1, 04 and CF. RGB value is (209,4,207). Sum of RGB (Red+Green+Blue) = 209+4+207=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D104CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D104CF is #2EFB30. Grayscale: #575757. Windows color (decimal): -3078961 or 13567185. OLE color: 13567185.
HSL color Cylindrical-coordinate representation of color #D104CF: hue angle of 300.59º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D104CF is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 207 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.18 |
| HSL | 300.59º | 0.96% | 0.42% | - |
| HSV(B) | 300.59º | 0.98% | 0.82% | - |
| XYZ | 37.6 | 18.15 | 60.55 | - |
| YUV | 88.44 | 194.92 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 207 | 0 | 0.98 | 0.01 | 0.18 | 300.59 | 0.96 | 0.42 |
| Hex | D1 | 4 | CF | 0 | 62 | 1 | 12 | 12D | 60 | 2A |
| Octal | 321 | 4 | 317 | 0 | 142 | 1 | 22 | 455 | 140 | 52 |
| Binary | 11010001 | 100 | 11001111 | 0 | 1100010 | 1 | 10010 | 100101101 | 1100000 | 101010 |
Color Harmonies of #D104CF
Complementary color
Monochromatic Colors of #D104CF
Black with #D104CF
Text Example
Text Example
White with #D104CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D104CF; }
p { color: rgb(209,4,207); }
H1.HeaderClassName
{
color: #D104CF;
}
.AnyTagClassName
{
color: #D104CF;
}
</style>
background-color css
<style>
a { background-color: #D104CF; }
a { background-color: rgb(209,4,207); }
div.DivClassName
{
background-color: #D104CF;
}
.BgClassName
{
background-color: #D104CF;
}
</style>
border-color css
<style>
span { border-color: #D104CF; }
span { border-color: rgb(209,4,207); }
td.TdClassName
{
border-color: #D104CF;
}
.TagClassName
{
border-color: #D104CF;
}
</style>