Shades of Medium Violet Red #D2217C
Tints of Medium Violet Red #D2217C
RGB
CMYK
RGB Variations
Color information
#D2217C (or 0xD2217C) is known color: Medium Violet Red. HEX triplet: D2, 21 and 7C. RGB value is (210,33,124). Sum of RGB (Red+Green+Blue) = 210+33+124=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D2217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2217C is #2DDE83. Grayscale: #606060. Windows color (decimal): -3006084 or 8135122. OLE color: 8135122.
HSL color Cylindrical-coordinate representation of color #D2217C: hue angle of 329.15º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2217C is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 124 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.18 |
| HSL | 329.15º | 0.73% | 0.48% | - |
| HSV(B) | 329.15º | 0.84% | 0.82% | - |
| XYZ | 30.76 | 16.24 | 20.58 | - |
| YUV | 96.3 | 143.64 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 124 | 0 | 0.84 | 0.41 | 0.18 | 329.15 | 0.73 | 0.48 |
| Hex | D2 | 21 | 7C | 0 | 54 | 29 | 12 | 149 | 49 | 30 |
| Octal | 322 | 41 | 174 | 0 | 124 | 51 | 22 | 511 | 111 | 60 |
| Binary | 11010010 | 100001 | 1111100 | 0 | 1010100 | 101001 | 10010 | 101001001 | 1001001 | 110000 |
Color Harmonies of #D2217C
Complementary color
Monochromatic Colors of #D2217C
Black with #D2217C
Text Example
Text Example
White with #D2217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2217C; }
p { color: rgb(210,33,124); }
H1.HeaderClassName
{
color: #D2217C;
}
.AnyTagClassName
{
color: #D2217C;
}
</style>
background-color css
<style>
a { background-color: #D2217C; }
a { background-color: rgb(210,33,124); }
div.DivClassName
{
background-color: #D2217C;
}
.BgClassName
{
background-color: #D2217C;
}
</style>
border-color css
<style>
span { border-color: #D2217C; }
span { border-color: rgb(210,33,124); }
td.TdClassName
{
border-color: #D2217C;
}
.TagClassName
{
border-color: #D2217C;
}
</style>