Shades of Medium Violet Red #D2039A
Tints of Medium Violet Red #D2039A
RGB
CMYK
RGB Variations
Color information
#D2039A (or 0xD2039A) is known color: Medium Violet Red. HEX triplet: D2, 03 and 9A. RGB value is (210,3,154). Sum of RGB (Red+Green+Blue) = 210+3+154=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D2039A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2039A is #2DFC65. Grayscale: #515151. Windows color (decimal): -3013734 or 10093522. OLE color: 10093522.
HSL color Cylindrical-coordinate representation of color #D2039A: hue angle of 316.23º degrees, saturation: 0.97, 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 #D2039A is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 154 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.18 |
| HSL | 316.23º | 0.97% | 0.42% | - |
| HSV(B) | 316.23º | 0.99% | 0.82% | - |
| XYZ | 32.44 | 16.1 | 31.97 | - |
| YUV | 82.11 | 168.58 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 154 | 0 | 0.99 | 0.27 | 0.18 | 316.23 | 0.97 | 0.42 |
| Hex | D2 | 3 | 9A | 0 | 63 | 1B | 12 | 13C | 61 | 2A |
| Octal | 322 | 3 | 232 | 0 | 143 | 33 | 22 | 474 | 141 | 52 |
| Binary | 11010010 | 11 | 10011010 | 0 | 1100011 | 11011 | 10010 | 100111100 | 1100001 | 101010 |
Color Harmonies of #D2039A
Complementary color
Monochromatic Colors of #D2039A
Black with #D2039A
Text Example
Text Example
White with #D2039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2039A; }
p { color: rgb(210,3,154); }
H1.HeaderClassName
{
color: #D2039A;
}
.AnyTagClassName
{
color: #D2039A;
}
</style>
background-color css
<style>
a { background-color: #D2039A; }
a { background-color: rgb(210,3,154); }
div.DivClassName
{
background-color: #D2039A;
}
.BgClassName
{
background-color: #D2039A;
}
</style>
border-color css
<style>
span { border-color: #D2039A; }
span { border-color: rgb(210,3,154); }
td.TdClassName
{
border-color: #D2039A;
}
.TagClassName
{
border-color: #D2039A;
}
</style>