Shades of Medium Violet Red #D2019A
Tints of Medium Violet Red #D2019A
RGB
CMYK
RGB Variations
Color information
#D2019A (or 0xD2019A) is known color: Medium Violet Red. HEX triplet: D2, 01 and 9A. RGB value is (210,1,154). Sum of RGB (Red+Green+Blue) = 210+1+154=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D2019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2019A is #2DFE65. Grayscale: #505050. Windows color (decimal): -3014246 or 10093010. OLE color: 10093010.
HSL color Cylindrical-coordinate representation of color #D2019A: hue angle of 316.08º 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 #D2019A is Cyan = 0, Magento = 1.00, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 154 | - |
| CMYK | 0 | 1.00 | 0.27 | 0.18 |
| HSL | 316.08º | 0.99% | 0.41% | - |
| HSV(B) | 316.08º | 1% | 0.82% | - |
| XYZ | 32.42 | 16.06 | 31.96 | - |
| YUV | 80.93 | 169.24 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 154 | 0 | 1.00 | 0.27 | 0.18 | 316.08 | 0.99 | 0.41 |
| Hex | D2 | 1 | 9A | 0 | 64 | 1B | 12 | 13C | 63 | 29 |
| Octal | 322 | 1 | 232 | 0 | 144 | 33 | 22 | 474 | 143 | 51 |
| Binary | 11010010 | 1 | 10011010 | 0 | 1100100 | 11011 | 10010 | 100111100 | 1100011 | 101001 |
Color Harmonies of #D2019A
Complementary color
Monochromatic Colors of #D2019A
Black with #D2019A
Text Example
Text Example
White with #D2019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2019A; }
p { color: rgb(210,1,154); }
H1.HeaderClassName
{
color: #D2019A;
}
.AnyTagClassName
{
color: #D2019A;
}
</style>
background-color css
<style>
a { background-color: #D2019A; }
a { background-color: rgb(210,1,154); }
div.DivClassName
{
background-color: #D2019A;
}
.BgClassName
{
background-color: #D2019A;
}
</style>
border-color css
<style>
span { border-color: #D2019A; }
span { border-color: rgb(210,1,154); }
td.TdClassName
{
border-color: #D2019A;
}
.TagClassName
{
border-color: #D2019A;
}
</style>