Shades of Medium Violet Red #D21578
Tints of Medium Violet Red #D21578
RGB
CMYK
RGB Variations
Color information
#D21578 (or 0xD21578) is known color: Medium Violet Red. HEX triplet: D2, 15 and 78. RGB value is (210,21,120). Sum of RGB (Red+Green+Blue) = 210+21+120=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D21578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21578 is #2DEA87. Grayscale: #585858. Windows color (decimal): -3009160 or 7869906. OLE color: 7869906.
HSL color Cylindrical-coordinate representation of color #D21578: hue angle of 328.57º 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 #D21578 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 120 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.18 |
| HSL | 328.57º | 0.82% | 0.45% | - |
| HSV(B) | 328.57º | 0.9% | 0.82% | - |
| XYZ | 30.24 | 15.59 | 19.19 | - |
| YUV | 88.8 | 145.62 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 120 | 0 | 0.90 | 0.43 | 0.18 | 328.57 | 0.82 | 0.45 |
| Hex | D2 | 15 | 78 | 0 | 5A | 2B | 12 | 149 | 52 | 2D |
| Octal | 322 | 25 | 170 | 0 | 132 | 53 | 22 | 511 | 122 | 55 |
| Binary | 11010010 | 10101 | 1111000 | 0 | 1011010 | 101011 | 10010 | 101001001 | 1010010 | 101101 |
Color Harmonies of #D21578
Complementary color
Monochromatic Colors of #D21578
Black with #D21578
Text Example
Text Example
White with #D21578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21578; }
p { color: rgb(210,21,120); }
H1.HeaderClassName
{
color: #D21578;
}
.AnyTagClassName
{
color: #D21578;
}
</style>
background-color css
<style>
a { background-color: #D21578; }
a { background-color: rgb(210,21,120); }
div.DivClassName
{
background-color: #D21578;
}
.BgClassName
{
background-color: #D21578;
}
</style>
border-color css
<style>
span { border-color: #D21578; }
span { border-color: rgb(210,21,120); }
td.TdClassName
{
border-color: #D21578;
}
.TagClassName
{
border-color: #D21578;
}
</style>