Shades of Medium Violet Red #D80F9B
Tints of Medium Violet Red #D80F9B
RGB
CMYK
RGB Variations
Color information
#D80F9B (or 0xD80F9B) is known color: Medium Violet Red. HEX triplet: D8, 0F and 9B. RGB value is (216,15,155). Sum of RGB (Red+Green+Blue) = 216+15+155=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80F9B is #27F064. Grayscale: #5A5A5A. Windows color (decimal): -2617445 or 10162136. OLE color: 10162136.
HSL color Cylindrical-coordinate representation of color #D80F9B: hue angle of 318.21º 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 #D80F9B is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 155 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.15 |
| HSL | 318.21º | 0.87% | 0.45% | - |
| HSV(B) | 318.21º | 0.93% | 0.85% | - |
| XYZ | 34.41 | 17.31 | 32.54 | - |
| YUV | 91.06 | 164.09 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 155 | 0 | 0.93 | 0.28 | 0.15 | 318.21 | 0.87 | 0.45 |
| Hex | D8 | F | 9B | 0 | 5D | 1C | F | 13E | 57 | 2D |
| Octal | 330 | 17 | 233 | 0 | 135 | 34 | 17 | 476 | 127 | 55 |
| Binary | 11011000 | 1111 | 10011011 | 0 | 1011101 | 11100 | 1111 | 100111110 | 1010111 | 101101 |
Color Harmonies of #D80F9B
Complementary color
Monochromatic Colors of #D80F9B
Black with #D80F9B
Text Example
Text Example
White with #D80F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80F9B; }
p { color: rgb(216,15,155); }
H1.HeaderClassName
{
color: #D80F9B;
}
.AnyTagClassName
{
color: #D80F9B;
}
</style>
background-color css
<style>
a { background-color: #D80F9B; }
a { background-color: rgb(216,15,155); }
div.DivClassName
{
background-color: #D80F9B;
}
.BgClassName
{
background-color: #D80F9B;
}
</style>
border-color css
<style>
span { border-color: #D80F9B; }
span { border-color: rgb(216,15,155); }
td.TdClassName
{
border-color: #D80F9B;
}
.TagClassName
{
border-color: #D80F9B;
}
</style>