Shades of Deep Magenta #D01FB2
Tints of Deep Magenta #D01FB2
RGB
CMYK
RGB Variations
Color information
#D01FB2 (or 0xD01FB2) is known color: Deep Magenta. HEX triplet: D0, 1F and B2. RGB value is (208,31,178). Sum of RGB (Red+Green+Blue) = 208+31+178=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D01FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01FB2 is #2FE04D. Grayscale: #646464. Windows color (decimal): -3137614 or 11673552. OLE color: 11673552.
HSL color Cylindrical-coordinate representation of color #D01FB2: hue angle of 310.17º 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 #D01FB2 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 31 | 178 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.18 |
| HSL | 310.17º | 0.74% | 0.47% | - |
| HSV(B) | 310.17º | 0.85% | 0.82% | - |
| XYZ | 34.54 | 17.6 | 43.7 | - |
| YUV | 100.68 | 171.64 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 178 | 0 | 0.85 | 0.14 | 0.18 | 310.17 | 0.74 | 0.47 |
| Hex | D0 | 1F | B2 | 0 | 55 | E | 12 | 136 | 4A | 2F |
| Octal | 320 | 37 | 262 | 0 | 125 | 16 | 22 | 466 | 112 | 57 |
| Binary | 11010000 | 11111 | 10110010 | 0 | 1010101 | 1110 | 10010 | 100110110 | 1001010 | 101111 |
Color Harmonies of #D01FB2
Complementary color
Monochromatic Colors of #D01FB2
Black with #D01FB2
Text Example
Text Example
White with #D01FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01FB2; }
p { color: rgb(208,31,178); }
H1.HeaderClassName
{
color: #D01FB2;
}
.AnyTagClassName
{
color: #D01FB2;
}
</style>
background-color css
<style>
a { background-color: #D01FB2; }
a { background-color: rgb(208,31,178); }
div.DivClassName
{
background-color: #D01FB2;
}
.BgClassName
{
background-color: #D01FB2;
}
</style>
border-color css
<style>
span { border-color: #D01FB2; }
span { border-color: rgb(208,31,178); }
td.TdClassName
{
border-color: #D01FB2;
}
.TagClassName
{
border-color: #D01FB2;
}
</style>