Shades of Medium Violet Red #D21084
Tints of Medium Violet Red #D21084
RGB
CMYK
RGB Variations
Color information
#D21084 (or 0xD21084) is known color: Medium Violet Red. HEX triplet: D2, 10 and 84. RGB value is (210,16,132). Sum of RGB (Red+Green+Blue) = 210+16+132=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D21084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21084 is #2DEF7B. Grayscale: #565656. Windows color (decimal): -3010428 or 8655058. OLE color: 8655058.
HSL color Cylindrical-coordinate representation of color #D21084: hue angle of 324.12º 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 #D21084 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 132 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.18 |
| HSL | 324.12º | 0.86% | 0.44% | - |
| HSV(B) | 324.12º | 0.92% | 0.82% | - |
| XYZ | 30.93 | 15.74 | 23.24 | - |
| YUV | 87.23 | 153.27 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 132 | 0 | 0.92 | 0.37 | 0.18 | 324.12 | 0.86 | 0.44 |
| Hex | D2 | 10 | 84 | 0 | 5C | 25 | 12 | 144 | 56 | 2C |
| Octal | 322 | 20 | 204 | 0 | 134 | 45 | 22 | 504 | 126 | 54 |
| Binary | 11010010 | 10000 | 10000100 | 0 | 1011100 | 100101 | 10010 | 101000100 | 1010110 | 101100 |
Color Harmonies of #D21084
Complementary color
Monochromatic Colors of #D21084
Black with #D21084
Text Example
Text Example
White with #D21084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21084; }
p { color: rgb(210,16,132); }
H1.HeaderClassName
{
color: #D21084;
}
.AnyTagClassName
{
color: #D21084;
}
</style>
background-color css
<style>
a { background-color: #D21084; }
a { background-color: rgb(210,16,132); }
div.DivClassName
{
background-color: #D21084;
}
.BgClassName
{
background-color: #D21084;
}
</style>
border-color css
<style>
span { border-color: #D21084; }
span { border-color: rgb(210,16,132); }
td.TdClassName
{
border-color: #D21084;
}
.TagClassName
{
border-color: #D21084;
}
</style>