Shades of Medium Violet Red #D2049D
Tints of Medium Violet Red #D2049D
RGB
CMYK
RGB Variations
Color information
#D2049D (or 0xD2049D) is known color: Medium Violet Red. HEX triplet: D2, 04 and 9D. RGB value is (210,4,157). Sum of RGB (Red+Green+Blue) = 210+4+157=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2049D is #2DFB62. Grayscale: #525252. Windows color (decimal): -3013475 or 10290386. OLE color: 10290386.
HSL color Cylindrical-coordinate representation of color #D2049D: hue angle of 315.44º 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 #D2049D is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 157 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.18 |
| HSL | 315.44º | 0.96% | 0.42% | - |
| HSV(B) | 315.44º | 0.98% | 0.82% | - |
| XYZ | 32.71 | 16.22 | 33.31 | - |
| YUV | 83.04 | 169.75 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 157 | 0 | 0.98 | 0.25 | 0.18 | 315.44 | 0.96 | 0.42 |
| Hex | D2 | 4 | 9D | 0 | 62 | 19 | 12 | 13B | 60 | 2A |
| Octal | 322 | 4 | 235 | 0 | 142 | 31 | 22 | 473 | 140 | 52 |
| Binary | 11010010 | 100 | 10011101 | 0 | 1100010 | 11001 | 10010 | 100111011 | 1100000 | 101010 |
Color Harmonies of #D2049D
Complementary color
Monochromatic Colors of #D2049D
Black with #D2049D
Text Example
Text Example
White with #D2049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2049D; }
p { color: rgb(210,4,157); }
H1.HeaderClassName
{
color: #D2049D;
}
.AnyTagClassName
{
color: #D2049D;
}
</style>
background-color css
<style>
a { background-color: #D2049D; }
a { background-color: rgb(210,4,157); }
div.DivClassName
{
background-color: #D2049D;
}
.BgClassName
{
background-color: #D2049D;
}
</style>
border-color css
<style>
span { border-color: #D2049D; }
span { border-color: rgb(210,4,157); }
td.TdClassName
{
border-color: #D2049D;
}
.TagClassName
{
border-color: #D2049D;
}
</style>