Shades of Medium Violet Red #D00F92
Tints of Medium Violet Red #D00F92
RGB
CMYK
RGB Variations
Color information
#D00F92 (or 0xD00F92) is known color: Medium Violet Red. HEX triplet: D0, 0F and 92. RGB value is (208,15,146). Sum of RGB (Red+Green+Blue) = 208+15+146=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00F92 is #2FF06D. Grayscale: #575757. Windows color (decimal): -3141742 or 9572304. OLE color: 9572304.
HSL color Cylindrical-coordinate representation of color #D00F92: hue angle of 319.27º 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 #D00F92 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 146 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.18 |
| HSL | 319.27º | 0.87% | 0.44% | - |
| HSV(B) | 319.27º | 0.93% | 0.82% | - |
| XYZ | 31.37 | 15.83 | 28.6 | - |
| YUV | 87.64 | 160.94 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 146 | 0 | 0.93 | 0.30 | 0.18 | 319.27 | 0.87 | 0.44 |
| Hex | D0 | F | 92 | 0 | 5D | 1E | 12 | 13F | 57 | 2C |
| Octal | 320 | 17 | 222 | 0 | 135 | 36 | 22 | 477 | 127 | 54 |
| Binary | 11010000 | 1111 | 10010010 | 0 | 1011101 | 11110 | 10010 | 100111111 | 1010111 | 101100 |
Color Harmonies of #D00F92
Complementary color
Monochromatic Colors of #D00F92
Black with #D00F92
Text Example
Text Example
White with #D00F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00F92; }
p { color: rgb(208,15,146); }
H1.HeaderClassName
{
color: #D00F92;
}
.AnyTagClassName
{
color: #D00F92;
}
</style>
background-color css
<style>
a { background-color: #D00F92; }
a { background-color: rgb(208,15,146); }
div.DivClassName
{
background-color: #D00F92;
}
.BgClassName
{
background-color: #D00F92;
}
</style>
border-color css
<style>
span { border-color: #D00F92; }
span { border-color: rgb(208,15,146); }
td.TdClassName
{
border-color: #D00F92;
}
.TagClassName
{
border-color: #D00F92;
}
</style>