Shades of Deep Magenta #D01FC5
Tints of Deep Magenta #D01FC5
RGB
CMYK
RGB Variations
Color information
#D01FC5 (or 0xD01FC5) is known color: Deep Magenta. HEX triplet: D0, 1F and C5. RGB value is (208,31,197). Sum of RGB (Red+Green+Blue) = 208+31+197=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D01FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01FC5 is #2FE03A. Grayscale: #666666. Windows color (decimal): -3137595 or 12918736. OLE color: 12918736.
HSL color Cylindrical-coordinate representation of color #D01FC5: hue angle of 303.73º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D01FC5 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 31 | 197 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.18 |
| HSL | 303.73º | 0.74% | 0.47% | - |
| HSV(B) | 303.73º | 0.85% | 0.82% | - |
| XYZ | 36.58 | 18.42 | 54.45 | - |
| YUV | 102.85 | 181.14 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 197 | 0 | 0.85 | 0.05 | 0.18 | 303.73 | 0.74 | 0.47 |
| Hex | D0 | 1F | C5 | 0 | 55 | 5 | 12 | 130 | 4A | 2F |
| Octal | 320 | 37 | 305 | 0 | 125 | 5 | 22 | 460 | 112 | 57 |
| Binary | 11010000 | 11111 | 11000101 | 0 | 1010101 | 101 | 10010 | 100110000 | 1001010 | 101111 |
Color Harmonies of #D01FC5
Complementary color
Monochromatic Colors of #D01FC5
Black with #D01FC5
Text Example
Text Example
White with #D01FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01FC5; }
p { color: rgb(208,31,197); }
H1.HeaderClassName
{
color: #D01FC5;
}
.AnyTagClassName
{
color: #D01FC5;
}
</style>
background-color css
<style>
a { background-color: #D01FC5; }
a { background-color: rgb(208,31,197); }
div.DivClassName
{
background-color: #D01FC5;
}
.BgClassName
{
background-color: #D01FC5;
}
</style>
border-color css
<style>
span { border-color: #D01FC5; }
span { border-color: rgb(208,31,197); }
td.TdClassName
{
border-color: #D01FC5;
}
.TagClassName
{
border-color: #D01FC5;
}
</style>