Shades of Deep Magenta #D01FB8
Tints of Deep Magenta #D01FB8
RGB
CMYK
RGB Variations
Color information
#D01FB8 (or 0xD01FB8) is known color: Deep Magenta. HEX triplet: D0, 1F and B8. RGB value is (208,31,184). Sum of RGB (Red+Green+Blue) = 208+31+184=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 184 (72.27% from 255 or 43.50% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D01FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01FB8 is #2FE047. Grayscale: #646464. Windows color (decimal): -3137608 or 12066768. OLE color: 12066768.
HSL color Cylindrical-coordinate representation of color #D01FB8: hue angle of 308.14º 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 #D01FB8 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 31 | 184 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.18 |
| HSL | 308.14º | 0.74% | 0.47% | - |
| HSV(B) | 308.14º | 0.85% | 0.82% | - |
| XYZ | 35.15 | 17.85 | 46.94 | - |
| YUV | 101.37 | 174.64 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 184 | 0 | 0.85 | 0.12 | 0.18 | 308.14 | 0.74 | 0.47 |
| Hex | D0 | 1F | B8 | 0 | 55 | C | 12 | 134 | 4A | 2F |
| Octal | 320 | 37 | 270 | 0 | 125 | 14 | 22 | 464 | 112 | 57 |
| Binary | 11010000 | 11111 | 10111000 | 0 | 1010101 | 1100 | 10010 | 100110100 | 1001010 | 101111 |
Color Harmonies of #D01FB8
Complementary color
Monochromatic Colors of #D01FB8
Black with #D01FB8
Text Example
Text Example
White with #D01FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01FB8; }
p { color: rgb(208,31,184); }
H1.HeaderClassName
{
color: #D01FB8;
}
.AnyTagClassName
{
color: #D01FB8;
}
</style>
background-color css
<style>
a { background-color: #D01FB8; }
a { background-color: rgb(208,31,184); }
div.DivClassName
{
background-color: #D01FB8;
}
.BgClassName
{
background-color: #D01FB8;
}
</style>
border-color css
<style>
span { border-color: #D01FB8; }
span { border-color: rgb(208,31,184); }
td.TdClassName
{
border-color: #D01FB8;
}
.TagClassName
{
border-color: #D01FB8;
}
</style>