Shades of Deep Magenta #D01FB5
Tints of Deep Magenta #D01FB5
RGB
CMYK
RGB Variations
Color information
#D01FB5 (or 0xD01FB5) is known color: Deep Magenta. HEX triplet: D0, 1F and B5. RGB value is (208,31,181). Sum of RGB (Red+Green+Blue) = 208+31+181=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 31 (12.5% from 255 or 7.38% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D01FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01FB5 is #2FE04A. Grayscale: #646464. Windows color (decimal): -3137611 or 11870160. OLE color: 11870160.
HSL color Cylindrical-coordinate representation of color #D01FB5: hue angle of 309.15º 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 #D01FB5 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 31 | 181 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.18 |
| HSL | 309.15º | 0.74% | 0.47% | - |
| HSV(B) | 309.15º | 0.85% | 0.82% | - |
| XYZ | 34.84 | 17.73 | 45.3 | - |
| YUV | 101.02 | 173.14 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 181 | 0 | 0.85 | 0.13 | 0.18 | 309.15 | 0.74 | 0.47 |
| Hex | D0 | 1F | B5 | 0 | 55 | D | 12 | 135 | 4A | 2F |
| Octal | 320 | 37 | 265 | 0 | 125 | 15 | 22 | 465 | 112 | 57 |
| Binary | 11010000 | 11111 | 10110101 | 0 | 1010101 | 1101 | 10010 | 100110101 | 1001010 | 101111 |
Color Harmonies of #D01FB5
Complementary color
Monochromatic Colors of #D01FB5
Black with #D01FB5
Text Example
Text Example
White with #D01FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01FB5; }
p { color: rgb(208,31,181); }
H1.HeaderClassName
{
color: #D01FB5;
}
.AnyTagClassName
{
color: #D01FB5;
}
</style>
background-color css
<style>
a { background-color: #D01FB5; }
a { background-color: rgb(208,31,181); }
div.DivClassName
{
background-color: #D01FB5;
}
.BgClassName
{
background-color: #D01FB5;
}
</style>
border-color css
<style>
span { border-color: #D01FB5; }
span { border-color: rgb(208,31,181); }
td.TdClassName
{
border-color: #D01FB5;
}
.TagClassName
{
border-color: #D01FB5;
}
</style>