Shades of Medium Violet Red #D00F93
Tints of Medium Violet Red #D00F93
RGB
CMYK
RGB Variations
Color information
#D00F93 (or 0xD00F93) is known color: Medium Violet Red. HEX triplet: D0, 0F and 93. RGB value is (208,15,147). Sum of RGB (Red+Green+Blue) = 208+15+147=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00F93 is #2FF06C. Grayscale: #575757. Windows color (decimal): -3141741 or 9637840. OLE color: 9637840.
HSL color Cylindrical-coordinate representation of color #D00F93: hue angle of 318.96º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00F93 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 147 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.18 |
| HSL | 318.96º | 0.87% | 0.44% | - |
| HSV(B) | 318.96º | 0.93% | 0.82% | - |
| XYZ | 31.45 | 15.86 | 29.01 | - |
| YUV | 87.76 | 161.44 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 147 | 0 | 0.93 | 0.29 | 0.18 | 318.96 | 0.87 | 0.44 |
| Hex | D0 | F | 93 | 0 | 5D | 1D | 12 | 13F | 57 | 2C |
| Octal | 320 | 17 | 223 | 0 | 135 | 35 | 22 | 477 | 127 | 54 |
| Binary | 11010000 | 1111 | 10010011 | 0 | 1011101 | 11101 | 10010 | 100111111 | 1010111 | 101100 |
Color Harmonies of #D00F93
Complementary color
Monochromatic Colors of #D00F93
Black with #D00F93
Text Example
Text Example
White with #D00F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00F93; }
p { color: rgb(208,15,147); }
H1.HeaderClassName
{
color: #D00F93;
}
.AnyTagClassName
{
color: #D00F93;
}
</style>
background-color css
<style>
a { background-color: #D00F93; }
a { background-color: rgb(208,15,147); }
div.DivClassName
{
background-color: #D00F93;
}
.BgClassName
{
background-color: #D00F93;
}
</style>
border-color css
<style>
span { border-color: #D00F93; }
span { border-color: rgb(208,15,147); }
td.TdClassName
{
border-color: #D00F93;
}
.TagClassName
{
border-color: #D00F93;
}
</style>