Shades of Medium Violet Red #D2029D
Tints of Medium Violet Red #D2029D
RGB
CMYK
RGB Variations
Color information
#D2029D (or 0xD2029D) is known color: Medium Violet Red. HEX triplet: D2, 02 and 9D. RGB value is (210,2,157). Sum of RGB (Red+Green+Blue) = 210+2+157=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2029D is #2DFD62. Grayscale: #515151. Windows color (decimal): -3013987 or 10289874. OLE color: 10289874.
HSL color Cylindrical-coordinate representation of color #D2029D: hue angle of 315.29º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2029D is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 157 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.18 |
| HSL | 315.29º | 0.98% | 0.42% | - |
| HSV(B) | 315.29º | 0.99% | 0.82% | - |
| XYZ | 32.69 | 16.18 | 33.3 | - |
| YUV | 81.86 | 170.41 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 157 | 0 | 0.99 | 0.25 | 0.18 | 315.29 | 0.98 | 0.42 |
| Hex | D2 | 2 | 9D | 0 | 63 | 19 | 12 | 13B | 62 | 2A |
| Octal | 322 | 2 | 235 | 0 | 143 | 31 | 22 | 473 | 142 | 52 |
| Binary | 11010010 | 10 | 10011101 | 0 | 1100011 | 11001 | 10010 | 100111011 | 1100010 | 101010 |
Color Harmonies of #D2029D
Complementary color
Monochromatic Colors of #D2029D
Black with #D2029D
Text Example
Text Example
White with #D2029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2029D; }
p { color: rgb(210,2,157); }
H1.HeaderClassName
{
color: #D2029D;
}
.AnyTagClassName
{
color: #D2029D;
}
</style>
background-color css
<style>
a { background-color: #D2029D; }
a { background-color: rgb(210,2,157); }
div.DivClassName
{
background-color: #D2029D;
}
.BgClassName
{
background-color: #D2029D;
}
</style>
border-color css
<style>
span { border-color: #D2029D; }
span { border-color: rgb(210,2,157); }
td.TdClassName
{
border-color: #D2029D;
}
.TagClassName
{
border-color: #D2029D;
}
</style>