Shades of Medium Violet Red #D10484
Tints of Medium Violet Red #D10484
RGB
CMYK
RGB Variations
Color information
#D10484 (or 0xD10484) is known color: Medium Violet Red. HEX triplet: D1, 04 and 84. RGB value is (209,4,132). Sum of RGB (Red+Green+Blue) = 209+4+132=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D10484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10484 is #2EFB7B. Grayscale: #4F4F4F. Windows color (decimal): -3079036 or 8651985. OLE color: 8651985.
HSL color Cylindrical-coordinate representation of color #D10484: hue angle of 322.54º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D10484 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 132 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.18 |
| HSL | 322.54º | 0.96% | 0.42% | - |
| HSV(B) | 322.54º | 0.98% | 0.82% | - |
| XYZ | 30.5 | 15.31 | 23.18 | - |
| YUV | 79.89 | 157.42 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 132 | 0 | 0.98 | 0.37 | 0.18 | 322.54 | 0.96 | 0.42 |
| Hex | D1 | 4 | 84 | 0 | 62 | 25 | 12 | 143 | 60 | 2A |
| Octal | 321 | 4 | 204 | 0 | 142 | 45 | 22 | 503 | 140 | 52 |
| Binary | 11010001 | 100 | 10000100 | 0 | 1100010 | 100101 | 10010 | 101000011 | 1100000 | 101010 |
Color Harmonies of #D10484
Complementary color
Monochromatic Colors of #D10484
Black with #D10484
Text Example
Text Example
White with #D10484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10484; }
p { color: rgb(209,4,132); }
H1.HeaderClassName
{
color: #D10484;
}
.AnyTagClassName
{
color: #D10484;
}
</style>
background-color css
<style>
a { background-color: #D10484; }
a { background-color: rgb(209,4,132); }
div.DivClassName
{
background-color: #D10484;
}
.BgClassName
{
background-color: #D10484;
}
</style>
border-color css
<style>
span { border-color: #D10484; }
span { border-color: rgb(209,4,132); }
td.TdClassName
{
border-color: #D10484;
}
.TagClassName
{
border-color: #D10484;
}
</style>