Shades of Medium Violet Red #D10475
Tints of Medium Violet Red #D10475
RGB
CMYK
RGB Variations
Color information
#D10475 (or 0xD10475) is known color: Medium Violet Red. HEX triplet: D1, 04 and 75. RGB value is (209,4,117). Sum of RGB (Red+Green+Blue) = 209+4+117=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D10475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10475 is #2EFB8A. Grayscale: #4D4D4D. Windows color (decimal): -3079051 or 7668945. OLE color: 7668945.
HSL color Cylindrical-coordinate representation of color #D10475: hue angle of 326.93º 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 #D10475 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 117 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.18 |
| HSL | 326.93º | 0.96% | 0.42% | - |
| HSV(B) | 326.93º | 0.98% | 0.82% | - |
| XYZ | 29.55 | 14.93 | 18.15 | - |
| YUV | 78.18 | 149.92 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 117 | 0 | 0.98 | 0.44 | 0.18 | 326.93 | 0.96 | 0.42 |
| Hex | D1 | 4 | 75 | 0 | 62 | 2C | 12 | 147 | 60 | 2A |
| Octal | 321 | 4 | 165 | 0 | 142 | 54 | 22 | 507 | 140 | 52 |
| Binary | 11010001 | 100 | 1110101 | 0 | 1100010 | 101100 | 10010 | 101000111 | 1100000 | 101010 |
Color Harmonies of #D10475
Complementary color
Monochromatic Colors of #D10475
Black with #D10475
Text Example
Text Example
White with #D10475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10475; }
p { color: rgb(209,4,117); }
H1.HeaderClassName
{
color: #D10475;
}
.AnyTagClassName
{
color: #D10475;
}
</style>
background-color css
<style>
a { background-color: #D10475; }
a { background-color: rgb(209,4,117); }
div.DivClassName
{
background-color: #D10475;
}
.BgClassName
{
background-color: #D10475;
}
</style>
border-color css
<style>
span { border-color: #D10475; }
span { border-color: rgb(209,4,117); }
td.TdClassName
{
border-color: #D10475;
}
.TagClassName
{
border-color: #D10475;
}
</style>