Shades of Medium Violet Red #D10384
Tints of Medium Violet Red #D10384
RGB
CMYK
RGB Variations
Color information
#D10384 (or 0xD10384) is known color: Medium Violet Red. HEX triplet: D1, 03 and 84. RGB value is (209,3,132). Sum of RGB (Red+Green+Blue) = 209+3+132=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D10384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10384 is #2EFC7B. Grayscale: #4E4E4E. Windows color (decimal): -3079292 or 8651729. OLE color: 8651729.
HSL color Cylindrical-coordinate representation of color #D10384: hue angle of 322.43º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10384 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 132 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.18 |
| HSL | 322.43º | 0.97% | 0.42% | - |
| HSV(B) | 322.43º | 0.99% | 0.82% | - |
| XYZ | 30.49 | 15.29 | 23.17 | - |
| YUV | 79.3 | 157.75 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 132 | 0 | 0.99 | 0.37 | 0.18 | 322.43 | 0.97 | 0.42 |
| Hex | D1 | 3 | 84 | 0 | 63 | 25 | 12 | 142 | 61 | 2A |
| Octal | 321 | 3 | 204 | 0 | 143 | 45 | 22 | 502 | 141 | 52 |
| Binary | 11010001 | 11 | 10000100 | 0 | 1100011 | 100101 | 10010 | 101000010 | 1100001 | 101010 |
Color Harmonies of #D10384
Complementary color
Monochromatic Colors of #D10384
Black with #D10384
Text Example
Text Example
White with #D10384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10384; }
p { color: rgb(209,3,132); }
H1.HeaderClassName
{
color: #D10384;
}
.AnyTagClassName
{
color: #D10384;
}
</style>
background-color css
<style>
a { background-color: #D10384; }
a { background-color: rgb(209,3,132); }
div.DivClassName
{
background-color: #D10384;
}
.BgClassName
{
background-color: #D10384;
}
</style>
border-color css
<style>
span { border-color: #D10384; }
span { border-color: rgb(209,3,132); }
td.TdClassName
{
border-color: #D10384;
}
.TagClassName
{
border-color: #D10384;
}
</style>