Shades of Medium Violet Red #D21078
Tints of Medium Violet Red #D21078
RGB
CMYK
RGB Variations
Color information
#D21078 (or 0xD21078) is known color: Medium Violet Red. HEX triplet: D2, 10 and 78. RGB value is (210,16,120). Sum of RGB (Red+Green+Blue) = 210+16+120=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D21078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21078 is #2DEF87. Grayscale: #555555. Windows color (decimal): -3010440 or 7868626. OLE color: 7868626.
HSL color Cylindrical-coordinate representation of color #D21078: hue angle of 327.84º 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 #D21078 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 120 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.18 |
| HSL | 327.84º | 0.86% | 0.44% | - |
| HSV(B) | 327.84º | 0.92% | 0.82% | - |
| XYZ | 30.15 | 15.43 | 19.16 | - |
| YUV | 85.86 | 147.27 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 120 | 0 | 0.92 | 0.43 | 0.18 | 327.84 | 0.86 | 0.44 |
| Hex | D2 | 10 | 78 | 0 | 5C | 2B | 12 | 148 | 56 | 2C |
| Octal | 322 | 20 | 170 | 0 | 134 | 53 | 22 | 510 | 126 | 54 |
| Binary | 11010010 | 10000 | 1111000 | 0 | 1011100 | 101011 | 10010 | 101001000 | 1010110 | 101100 |
Color Harmonies of #D21078
Complementary color
Monochromatic Colors of #D21078
Black with #D21078
Text Example
Text Example
White with #D21078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21078; }
p { color: rgb(210,16,120); }
H1.HeaderClassName
{
color: #D21078;
}
.AnyTagClassName
{
color: #D21078;
}
</style>
background-color css
<style>
a { background-color: #D21078; }
a { background-color: rgb(210,16,120); }
div.DivClassName
{
background-color: #D21078;
}
.BgClassName
{
background-color: #D21078;
}
</style>
border-color css
<style>
span { border-color: #D21078; }
span { border-color: rgb(210,16,120); }
td.TdClassName
{
border-color: #D21078;
}
.TagClassName
{
border-color: #D21078;
}
</style>