Shades of Deep Magenta #D01FB4
Tints of Deep Magenta #D01FB4
RGB
CMYK
RGB Variations
Color information
#D01FB4 (or 0xD01FB4) is known color: Deep Magenta. HEX triplet: D0, 1F and B4. RGB value is (208,31,180). Sum of RGB (Red+Green+Blue) = 208+31+180=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D01FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01FB4 is #2FE04B. Grayscale: #646464. Windows color (decimal): -3137612 or 11804624. OLE color: 11804624.
HSL color Cylindrical-coordinate representation of color #D01FB4: hue angle of 309.49º 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 #D01FB4 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 31 | 180 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.18 |
| HSL | 309.49º | 0.74% | 0.47% | - |
| HSV(B) | 309.49º | 0.85% | 0.82% | - |
| XYZ | 34.74 | 17.69 | 44.76 | - |
| YUV | 100.91 | 172.64 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 180 | 0 | 0.85 | 0.13 | 0.18 | 309.49 | 0.74 | 0.47 |
| Hex | D0 | 1F | B4 | 0 | 55 | D | 12 | 135 | 4A | 2F |
| Octal | 320 | 37 | 264 | 0 | 125 | 15 | 22 | 465 | 112 | 57 |
| Binary | 11010000 | 11111 | 10110100 | 0 | 1010101 | 1101 | 10010 | 100110101 | 1001010 | 101111 |
Color Harmonies of #D01FB4
Complementary color
Monochromatic Colors of #D01FB4
Black with #D01FB4
Text Example
Text Example
White with #D01FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01FB4; }
p { color: rgb(208,31,180); }
H1.HeaderClassName
{
color: #D01FB4;
}
.AnyTagClassName
{
color: #D01FB4;
}
</style>
background-color css
<style>
a { background-color: #D01FB4; }
a { background-color: rgb(208,31,180); }
div.DivClassName
{
background-color: #D01FB4;
}
.BgClassName
{
background-color: #D01FB4;
}
</style>
border-color css
<style>
span { border-color: #D01FB4; }
span { border-color: rgb(208,31,180); }
td.TdClassName
{
border-color: #D01FB4;
}
.TagClassName
{
border-color: #D01FB4;
}
</style>