Shades of Medium Violet Red #D01F88
Tints of Medium Violet Red #D01F88
RGB
CMYK
RGB Variations
Color information
#D01F88 (or 0xD01F88) is known color: Medium Violet Red. HEX triplet: D0, 1F and 88. RGB value is (208,31,136). Sum of RGB (Red+Green+Blue) = 208+31+136=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01F88 is #2FE077. Grayscale: #5F5F5F. Windows color (decimal): -3137656 or 8921040. OLE color: 8921040.
HSL color Cylindrical-coordinate representation of color #D01F88: hue angle of 324.41º 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 #D01F88 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 31 | 136 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.18 |
| HSL | 324.41º | 0.74% | 0.47% | - |
| HSV(B) | 324.41º | 0.85% | 0.82% | - |
| XYZ | 30.95 | 16.17 | 24.78 | - |
| YUV | 95.89 | 150.64 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 136 | 0 | 0.85 | 0.35 | 0.18 | 324.41 | 0.74 | 0.47 |
| Hex | D0 | 1F | 88 | 0 | 55 | 23 | 12 | 144 | 4A | 2F |
| Octal | 320 | 37 | 210 | 0 | 125 | 43 | 22 | 504 | 112 | 57 |
| Binary | 11010000 | 11111 | 10001000 | 0 | 1010101 | 100011 | 10010 | 101000100 | 1001010 | 101111 |
Color Harmonies of #D01F88
Complementary color
Monochromatic Colors of #D01F88
Black with #D01F88
Text Example
Text Example
White with #D01F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01F88; }
p { color: rgb(208,31,136); }
H1.HeaderClassName
{
color: #D01F88;
}
.AnyTagClassName
{
color: #D01F88;
}
</style>
background-color css
<style>
a { background-color: #D01F88; }
a { background-color: rgb(208,31,136); }
div.DivClassName
{
background-color: #D01F88;
}
.BgClassName
{
background-color: #D01F88;
}
</style>
border-color css
<style>
span { border-color: #D01F88; }
span { border-color: rgb(208,31,136); }
td.TdClassName
{
border-color: #D01F88;
}
.TagClassName
{
border-color: #D01F88;
}
</style>