Shades of Medium Violet Red #D21A76
Tints of Medium Violet Red #D21A76
RGB
CMYK
RGB Variations
Color information
#D21A76 (or 0xD21A76) is known color: Medium Violet Red. HEX triplet: D2, 1A and 76. RGB value is (210,26,118). Sum of RGB (Red+Green+Blue) = 210+26+118=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21A76 is #2DE589. Grayscale: #5B5B5B. Windows color (decimal): -3007882 or 7740114. OLE color: 7740114.
HSL color Cylindrical-coordinate representation of color #D21A76: hue angle of 330º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21A76 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 118 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.18 |
| HSL | 330º | 0.78% | 0.46% | - |
| HSV(B) | 330º | 0.88% | 0.82% | - |
| XYZ | 30.22 | 15.75 | 18.59 | - |
| YUV | 91.5 | 142.96 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 118 | 0 | 0.88 | 0.44 | 0.18 | 330 | 0.78 | 0.46 |
| Hex | D2 | 1A | 76 | 0 | 58 | 2C | 12 | 14A | 4E | 2E |
| Octal | 322 | 32 | 166 | 0 | 130 | 54 | 22 | 512 | 116 | 56 |
| Binary | 11010010 | 11010 | 1110110 | 0 | 1011000 | 101100 | 10010 | 101001010 | 1001110 | 101110 |
Color Harmonies of #D21A76
Complementary color
Monochromatic Colors of #D21A76
Black with #D21A76
Text Example
Text Example
White with #D21A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A76; }
p { color: rgb(210,26,118); }
H1.HeaderClassName
{
color: #D21A76;
}
.AnyTagClassName
{
color: #D21A76;
}
</style>
background-color css
<style>
a { background-color: #D21A76; }
a { background-color: rgb(210,26,118); }
div.DivClassName
{
background-color: #D21A76;
}
.BgClassName
{
background-color: #D21A76;
}
</style>
border-color css
<style>
span { border-color: #D21A76; }
span { border-color: rgb(210,26,118); }
td.TdClassName
{
border-color: #D21A76;
}
.TagClassName
{
border-color: #D21A76;
}
</style>