Shades of Medium Violet Red #D00F90
Tints of Medium Violet Red #D00F90
RGB
CMYK
RGB Variations
Color information
#D00F90 (or 0xD00F90) is known color: Medium Violet Red. HEX triplet: D0, 0F and 90. RGB value is (208,15,144). Sum of RGB (Red+Green+Blue) = 208+15+144=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00F90 is #2FF06F. Grayscale: #575757. Windows color (decimal): -3141744 or 9441232. OLE color: 9441232.
HSL color Cylindrical-coordinate representation of color #D00F90: hue angle of 319.9º 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 #D00F90 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 144 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.18 |
| HSL | 319.9º | 0.87% | 0.44% | - |
| HSV(B) | 319.9º | 0.93% | 0.82% | - |
| XYZ | 31.22 | 15.77 | 27.78 | - |
| YUV | 87.41 | 159.94 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 144 | 0 | 0.93 | 0.31 | 0.18 | 319.9 | 0.87 | 0.44 |
| Hex | D0 | F | 90 | 0 | 5D | 1F | 12 | 140 | 57 | 2C |
| Octal | 320 | 17 | 220 | 0 | 135 | 37 | 22 | 500 | 127 | 54 |
| Binary | 11010000 | 1111 | 10010000 | 0 | 1011101 | 11111 | 10010 | 101000000 | 1010111 | 101100 |
Color Harmonies of #D00F90
Complementary color
Monochromatic Colors of #D00F90
Black with #D00F90
Text Example
Text Example
White with #D00F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00F90; }
p { color: rgb(208,15,144); }
H1.HeaderClassName
{
color: #D00F90;
}
.AnyTagClassName
{
color: #D00F90;
}
</style>
background-color css
<style>
a { background-color: #D00F90; }
a { background-color: rgb(208,15,144); }
div.DivClassName
{
background-color: #D00F90;
}
.BgClassName
{
background-color: #D00F90;
}
</style>
border-color css
<style>
span { border-color: #D00F90; }
span { border-color: rgb(208,15,144); }
td.TdClassName
{
border-color: #D00F90;
}
.TagClassName
{
border-color: #D00F90;
}
</style>