Shades of Medium Violet Red #D2029A
Tints of Medium Violet Red #D2029A
RGB
CMYK
RGB Variations
Color information
#D2029A (or 0xD2029A) is known color: Medium Violet Red. HEX triplet: D2, 02 and 9A. RGB value is (210,2,154). Sum of RGB (Red+Green+Blue) = 210+2+154=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D2029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2029A is #2DFD65. Grayscale: #515151. Windows color (decimal): -3013990 or 10093266. OLE color: 10093266.
HSL color Cylindrical-coordinate representation of color #D2029A: hue angle of 316.15º 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 #D2029A is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.18 |
| HSL | 316.15º | 0.98% | 0.42% | - |
| HSV(B) | 316.15º | 0.99% | 0.82% | - |
| XYZ | 32.43 | 16.08 | 31.97 | - |
| YUV | 81.52 | 168.91 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 154 | 0 | 0.99 | 0.27 | 0.18 | 316.15 | 0.98 | 0.42 |
| Hex | D2 | 2 | 9A | 0 | 63 | 1B | 12 | 13C | 62 | 2A |
| Octal | 322 | 2 | 232 | 0 | 143 | 33 | 22 | 474 | 142 | 52 |
| Binary | 11010010 | 10 | 10011010 | 0 | 1100011 | 11011 | 10010 | 100111100 | 1100010 | 101010 |
Color Harmonies of #D2029A
Complementary color
Monochromatic Colors of #D2029A
Black with #D2029A
Text Example
Text Example
White with #D2029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2029A; }
p { color: rgb(210,2,154); }
H1.HeaderClassName
{
color: #D2029A;
}
.AnyTagClassName
{
color: #D2029A;
}
</style>
background-color css
<style>
a { background-color: #D2029A; }
a { background-color: rgb(210,2,154); }
div.DivClassName
{
background-color: #D2029A;
}
.BgClassName
{
background-color: #D2029A;
}
</style>
border-color css
<style>
span { border-color: #D2029A; }
span { border-color: rgb(210,2,154); }
td.TdClassName
{
border-color: #D2029A;
}
.TagClassName
{
border-color: #D2029A;
}
</style>