Shades of Medium Violet Red #D80F90
Tints of Medium Violet Red #D80F90
RGB
CMYK
RGB Variations
Color information
#D80F90 (or 0xD80F90) is known color: Medium Violet Red. HEX triplet: D8, 0F and 90. RGB value is (216,15,144). Sum of RGB (Red+Green+Blue) = 216+15+144=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80F90 is #27F06F. Grayscale: #595959. Windows color (decimal): -2617456 or 9441240. OLE color: 9441240.
HSL color Cylindrical-coordinate representation of color #D80F90: hue angle of 321.49º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D80F90 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 144 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.15 |
| HSL | 321.49º | 0.87% | 0.45% | - |
| HSV(B) | 321.49º | 0.93% | 0.85% | - |
| XYZ | 33.52 | 16.95 | 27.89 | - |
| YUV | 89.81 | 158.59 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 144 | 0 | 0.93 | 0.33 | 0.15 | 321.49 | 0.87 | 0.45 |
| Hex | D8 | F | 90 | 0 | 5D | 21 | F | 141 | 57 | 2D |
| Octal | 330 | 17 | 220 | 0 | 135 | 41 | 17 | 501 | 127 | 55 |
| Binary | 11011000 | 1111 | 10010000 | 0 | 1011101 | 100001 | 1111 | 101000001 | 1010111 | 101101 |
Color Harmonies of #D80F90
Complementary color
Monochromatic Colors of #D80F90
Black with #D80F90
Text Example
Text Example
White with #D80F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80F90; }
p { color: rgb(216,15,144); }
H1.HeaderClassName
{
color: #D80F90;
}
.AnyTagClassName
{
color: #D80F90;
}
</style>
background-color css
<style>
a { background-color: #D80F90; }
a { background-color: rgb(216,15,144); }
div.DivClassName
{
background-color: #D80F90;
}
.BgClassName
{
background-color: #D80F90;
}
</style>
border-color css
<style>
span { border-color: #D80F90; }
span { border-color: rgb(216,15,144); }
td.TdClassName
{
border-color: #D80F90;
}
.TagClassName
{
border-color: #D80F90;
}
</style>