Shades of Medium Violet Red #D91480
Tints of Medium Violet Red #D91480
RGB
CMYK
RGB Variations
Color information
#D91480 (or 0xD91480) is known color: Medium Violet Red. HEX triplet: D9, 14 and 80. RGB value is (217,20,128). Sum of RGB (Red+Green+Blue) = 217+20+128=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D91480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91480 is #26EB7F. Grayscale: #5A5A5A. Windows color (decimal): -2550656 or 8393945. OLE color: 8393945.
HSL color Cylindrical-coordinate representation of color #D91480: hue angle of 327.11º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91480 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 128 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.15 |
| HSL | 327.11º | 0.83% | 0.46% | - |
| HSV(B) | 327.11º | 0.91% | 0.85% | - |
| XYZ | 32.76 | 16.81 | 21.94 | - |
| YUV | 91.22 | 148.77 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 128 | 0 | 0.91 | 0.41 | 0.15 | 327.11 | 0.83 | 0.46 |
| Hex | D9 | 14 | 80 | 0 | 5B | 29 | F | 147 | 53 | 2E |
| Octal | 331 | 24 | 200 | 0 | 133 | 51 | 17 | 507 | 123 | 56 |
| Binary | 11011001 | 10100 | 10000000 | 0 | 1011011 | 101001 | 1111 | 101000111 | 1010011 | 101110 |
Color Harmonies of #D91480
Complementary color
Monochromatic Colors of #D91480
Black with #D91480
Text Example
Text Example
White with #D91480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91480; }
p { color: rgb(217,20,128); }
H1.HeaderClassName
{
color: #D91480;
}
.AnyTagClassName
{
color: #D91480;
}
</style>
background-color css
<style>
a { background-color: #D91480; }
a { background-color: rgb(217,20,128); }
div.DivClassName
{
background-color: #D91480;
}
.BgClassName
{
background-color: #D91480;
}
</style>
border-color css
<style>
span { border-color: #D91480; }
span { border-color: rgb(217,20,128); }
td.TdClassName
{
border-color: #D91480;
}
.TagClassName
{
border-color: #D91480;
}
</style>