Shades of Medium Violet Red #D2019C
Tints of Medium Violet Red #D2019C
RGB
CMYK
RGB Variations
Color information
#D2019C (or 0xD2019C) is known color: Medium Violet Red. HEX triplet: D2, 01 and 9C. RGB value is (210,1,156). Sum of RGB (Red+Green+Blue) = 210+1+156=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D2019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2019C is #2DFE63. Grayscale: #505050. Windows color (decimal): -3014244 or 10224082. OLE color: 10224082.
HSL color Cylindrical-coordinate representation of color #D2019C: hue angle of 315.5º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2019C is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 156 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.18 |
| HSL | 315.5º | 0.99% | 0.41% | - |
| HSV(B) | 315.5º | 1% | 0.82% | - |
| XYZ | 32.59 | 16.12 | 32.85 | - |
| YUV | 81.16 | 170.24 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 156 | 0 | 1.00 | 0.26 | 0.18 | 315.5 | 0.99 | 0.41 |
| Hex | D2 | 1 | 9C | 0 | 64 | 1A | 12 | 13C | 63 | 29 |
| Octal | 322 | 1 | 234 | 0 | 144 | 32 | 22 | 474 | 143 | 51 |
| Binary | 11010010 | 1 | 10011100 | 0 | 1100100 | 11010 | 10010 | 100111100 | 1100011 | 101001 |
Color Harmonies of #D2019C
Complementary color
Monochromatic Colors of #D2019C
Black with #D2019C
Text Example
Text Example
White with #D2019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2019C; }
p { color: rgb(210,1,156); }
H1.HeaderClassName
{
color: #D2019C;
}
.AnyTagClassName
{
color: #D2019C;
}
</style>
background-color css
<style>
a { background-color: #D2019C; }
a { background-color: rgb(210,1,156); }
div.DivClassName
{
background-color: #D2019C;
}
.BgClassName
{
background-color: #D2019C;
}
</style>
border-color css
<style>
span { border-color: #D2019C; }
span { border-color: rgb(210,1,156); }
td.TdClassName
{
border-color: #D2019C;
}
.TagClassName
{
border-color: #D2019C;
}
</style>