Shades of Medium Violet Red #D21575
Tints of Medium Violet Red #D21575
RGB
CMYK
RGB Variations
Color information
#D21575 (or 0xD21575) is known color: Medium Violet Red. HEX triplet: D2, 15 and 75. RGB value is (210,21,117). Sum of RGB (Red+Green+Blue) = 210+21+117=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D21575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21575 is #2DEA8A. Grayscale: #585858. Windows color (decimal): -3009163 or 7673298. OLE color: 7673298.
HSL color Cylindrical-coordinate representation of color #D21575: hue angle of 329.52º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21575 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 117 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.18 |
| HSL | 329.52º | 0.82% | 0.45% | - |
| HSV(B) | 329.52º | 0.9% | 0.82% | - |
| XYZ | 30.06 | 15.52 | 18.24 | - |
| YUV | 88.46 | 144.12 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 117 | 0 | 0.90 | 0.44 | 0.18 | 329.52 | 0.82 | 0.45 |
| Hex | D2 | 15 | 75 | 0 | 5A | 2C | 12 | 14A | 52 | 2D |
| Octal | 322 | 25 | 165 | 0 | 132 | 54 | 22 | 512 | 122 | 55 |
| Binary | 11010010 | 10101 | 1110101 | 0 | 1011010 | 101100 | 10010 | 101001010 | 1010010 | 101101 |
Color Harmonies of #D21575
Complementary color
Monochromatic Colors of #D21575
Black with #D21575
Text Example
Text Example
White with #D21575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21575; }
p { color: rgb(210,21,117); }
H1.HeaderClassName
{
color: #D21575;
}
.AnyTagClassName
{
color: #D21575;
}
</style>
background-color css
<style>
a { background-color: #D21575; }
a { background-color: rgb(210,21,117); }
div.DivClassName
{
background-color: #D21575;
}
.BgClassName
{
background-color: #D21575;
}
</style>
border-color css
<style>
span { border-color: #D21575; }
span { border-color: rgb(210,21,117); }
td.TdClassName
{
border-color: #D21575;
}
.TagClassName
{
border-color: #D21575;
}
</style>