Shades of Medium Violet Red #D2049C
Tints of Medium Violet Red #D2049C
RGB
CMYK
RGB Variations
Color information
#D2049C (or 0xD2049C) is known color: Medium Violet Red. HEX triplet: D2, 04 and 9C. RGB value is (210,4,156). Sum of RGB (Red+Green+Blue) = 210+4+156=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2049C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2049C is #2DFB63. Grayscale: #525252. Windows color (decimal): -3013476 or 10224850. OLE color: 10224850.
HSL color Cylindrical-coordinate representation of color #D2049C: hue angle of 315.73º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2049C is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 156 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.18 |
| HSL | 315.73º | 0.96% | 0.42% | - |
| HSV(B) | 315.73º | 0.98% | 0.82% | - |
| XYZ | 32.62 | 16.19 | 32.86 | - |
| YUV | 82.92 | 169.25 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 156 | 0 | 0.98 | 0.26 | 0.18 | 315.73 | 0.96 | 0.42 |
| Hex | D2 | 4 | 9C | 0 | 62 | 1A | 12 | 13C | 60 | 2A |
| Octal | 322 | 4 | 234 | 0 | 142 | 32 | 22 | 474 | 140 | 52 |
| Binary | 11010010 | 100 | 10011100 | 0 | 1100010 | 11010 | 10010 | 100111100 | 1100000 | 101010 |
Color Harmonies of #D2049C
Complementary color
Monochromatic Colors of #D2049C
Black with #D2049C
Text Example
Text Example
White with #D2049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2049C; }
p { color: rgb(210,4,156); }
H1.HeaderClassName
{
color: #D2049C;
}
.AnyTagClassName
{
color: #D2049C;
}
</style>
background-color css
<style>
a { background-color: #D2049C; }
a { background-color: rgb(210,4,156); }
div.DivClassName
{
background-color: #D2049C;
}
.BgClassName
{
background-color: #D2049C;
}
</style>
border-color css
<style>
span { border-color: #D2049C; }
span { border-color: rgb(210,4,156); }
td.TdClassName
{
border-color: #D2049C;
}
.TagClassName
{
border-color: #D2049C;
}
</style>