Shades of Medium Violet Red #D81479
Tints of Medium Violet Red #D81479
RGB
CMYK
RGB Variations
Color information
#D81479 (or 0xD81479) is known color: Medium Violet Red. HEX triplet: D8, 14 and 79. RGB value is (216,20,121). Sum of RGB (Red+Green+Blue) = 216+20+121=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D81479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81479 is #27EB86. Grayscale: #595959. Windows color (decimal): -2616199 or 7935192. OLE color: 7935192.
HSL color Cylindrical-coordinate representation of color #D81479: hue angle of 329.08º 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 #D81479 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 121 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.15 |
| HSL | 329.08º | 0.83% | 0.46% | - |
| HSV(B) | 329.08º | 0.91% | 0.85% | - |
| XYZ | 32.02 | 16.48 | 19.58 | - |
| YUV | 90.12 | 145.43 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 121 | 0 | 0.91 | 0.44 | 0.15 | 329.08 | 0.83 | 0.46 |
| Hex | D8 | 14 | 79 | 0 | 5B | 2C | F | 149 | 53 | 2E |
| Octal | 330 | 24 | 171 | 0 | 133 | 54 | 17 | 511 | 123 | 56 |
| Binary | 11011000 | 10100 | 1111001 | 0 | 1011011 | 101100 | 1111 | 101001001 | 1010011 | 101110 |
Color Harmonies of #D81479
Complementary color
Monochromatic Colors of #D81479
Black with #D81479
Text Example
Text Example
White with #D81479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81479; }
p { color: rgb(216,20,121); }
H1.HeaderClassName
{
color: #D81479;
}
.AnyTagClassName
{
color: #D81479;
}
</style>
background-color css
<style>
a { background-color: #D81479; }
a { background-color: rgb(216,20,121); }
div.DivClassName
{
background-color: #D81479;
}
.BgClassName
{
background-color: #D81479;
}
</style>
border-color css
<style>
span { border-color: #D81479; }
span { border-color: rgb(216,20,121); }
td.TdClassName
{
border-color: #D81479;
}
.TagClassName
{
border-color: #D81479;
}
</style>