Shades of Medium Violet Red #D80284
Tints of Medium Violet Red #D80284
RGB
CMYK
RGB Variations
Color information
#D80284 (or 0xD80284) is known color: Medium Violet Red. HEX triplet: D8, 02 and 84. RGB value is (216,2,132). Sum of RGB (Red+Green+Blue) = 216+2+132=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D80284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80284 is #27FD7B. Grayscale: #505050. Windows color (decimal): -2620796 or 8651480. OLE color: 8651480.
HSL color Cylindrical-coordinate representation of color #D80284: hue angle of 323.55º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80284 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 132 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.15 |
| HSL | 323.55º | 0.98% | 0.43% | - |
| HSV(B) | 323.55º | 0.99% | 0.85% | - |
| XYZ | 32.51 | 16.31 | 23.26 | - |
| YUV | 80.81 | 156.9 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 132 | 0 | 0.99 | 0.39 | 0.15 | 323.55 | 0.98 | 0.43 |
| Hex | D8 | 2 | 84 | 0 | 63 | 27 | F | 144 | 62 | 2B |
| Octal | 330 | 2 | 204 | 0 | 143 | 47 | 17 | 504 | 142 | 53 |
| Binary | 11011000 | 10 | 10000100 | 0 | 1100011 | 100111 | 1111 | 101000100 | 1100010 | 101011 |
Color Harmonies of #D80284
Complementary color
Monochromatic Colors of #D80284
Black with #D80284
Text Example
Text Example
White with #D80284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80284; }
p { color: rgb(216,2,132); }
H1.HeaderClassName
{
color: #D80284;
}
.AnyTagClassName
{
color: #D80284;
}
</style>
background-color css
<style>
a { background-color: #D80284; }
a { background-color: rgb(216,2,132); }
div.DivClassName
{
background-color: #D80284;
}
.BgClassName
{
background-color: #D80284;
}
</style>
border-color css
<style>
span { border-color: #D80284; }
span { border-color: rgb(216,2,132); }
td.TdClassName
{
border-color: #D80284;
}
.TagClassName
{
border-color: #D80284;
}
</style>