Shades of Medium Violet Red #D21074
Tints of Medium Violet Red #D21074
RGB
CMYK
RGB Variations
Color information
#D21074 (or 0xD21074) is known color: Medium Violet Red. HEX triplet: D2, 10 and 74. RGB value is (210,16,116). Sum of RGB (Red+Green+Blue) = 210+16+116=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D21074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21074 is #2DEF8B. Grayscale: #555555. Windows color (decimal): -3010444 or 7606482. OLE color: 7606482.
HSL color Cylindrical-coordinate representation of color #D21074: hue angle of 329.07º 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 #D21074 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 116 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.18 |
| HSL | 329.07º | 0.86% | 0.44% | - |
| HSV(B) | 329.07º | 0.92% | 0.82% | - |
| XYZ | 29.92 | 15.33 | 17.91 | - |
| YUV | 85.41 | 145.27 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 116 | 0 | 0.92 | 0.45 | 0.18 | 329.07 | 0.86 | 0.44 |
| Hex | D2 | 10 | 74 | 0 | 5C | 2D | 12 | 149 | 56 | 2C |
| Octal | 322 | 20 | 164 | 0 | 134 | 55 | 22 | 511 | 126 | 54 |
| Binary | 11010010 | 10000 | 1110100 | 0 | 1011100 | 101101 | 10010 | 101001001 | 1010110 | 101100 |
Color Harmonies of #D21074
Complementary color
Monochromatic Colors of #D21074
Black with #D21074
Text Example
Text Example
White with #D21074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21074; }
p { color: rgb(210,16,116); }
H1.HeaderClassName
{
color: #D21074;
}
.AnyTagClassName
{
color: #D21074;
}
</style>
background-color css
<style>
a { background-color: #D21074; }
a { background-color: rgb(210,16,116); }
div.DivClassName
{
background-color: #D21074;
}
.BgClassName
{
background-color: #D21074;
}
</style>
border-color css
<style>
span { border-color: #D21074; }
span { border-color: rgb(210,16,116); }
td.TdClassName
{
border-color: #D21074;
}
.TagClassName
{
border-color: #D21074;
}
</style>