Shades of Medium Violet Red #D21075
Tints of Medium Violet Red #D21075
RGB
CMYK
RGB Variations
Color information
#D21075 (or 0xD21075) is known color: Medium Violet Red. HEX triplet: D2, 10 and 75. RGB value is (210,16,117). Sum of RGB (Red+Green+Blue) = 210+16+117=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D21075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21075 is #2DEF8A. Grayscale: #555555. Windows color (decimal): -3010443 or 7672018. OLE color: 7672018.
HSL color Cylindrical-coordinate representation of color #D21075: hue angle of 328.76º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21075 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 117 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.18 |
| HSL | 328.76º | 0.86% | 0.44% | - |
| HSV(B) | 328.76º | 0.92% | 0.82% | - |
| XYZ | 29.97 | 15.36 | 18.21 | - |
| YUV | 85.52 | 145.77 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 117 | 0 | 0.92 | 0.44 | 0.18 | 328.76 | 0.86 | 0.44 |
| Hex | D2 | 10 | 75 | 0 | 5C | 2C | 12 | 149 | 56 | 2C |
| Octal | 322 | 20 | 165 | 0 | 134 | 54 | 22 | 511 | 126 | 54 |
| Binary | 11010010 | 10000 | 1110101 | 0 | 1011100 | 101100 | 10010 | 101001001 | 1010110 | 101100 |
Color Harmonies of #D21075
Complementary color
Monochromatic Colors of #D21075
Black with #D21075
Text Example
Text Example
White with #D21075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21075; }
p { color: rgb(210,16,117); }
H1.HeaderClassName
{
color: #D21075;
}
.AnyTagClassName
{
color: #D21075;
}
</style>
background-color css
<style>
a { background-color: #D21075; }
a { background-color: rgb(210,16,117); }
div.DivClassName
{
background-color: #D21075;
}
.BgClassName
{
background-color: #D21075;
}
</style>
border-color css
<style>
span { border-color: #D21075; }
span { border-color: rgb(210,16,117); }
td.TdClassName
{
border-color: #D21075;
}
.TagClassName
{
border-color: #D21075;
}
</style>