Shades of Medium Violet Red #D2039B
Tints of Medium Violet Red #D2039B
RGB
CMYK
RGB Variations
Color information
#D2039B (or 0xD2039B) is known color: Medium Violet Red. HEX triplet: D2, 03 and 9B. RGB value is (210,3,155). Sum of RGB (Red+Green+Blue) = 210+3+155=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2039B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2039B is #2DFC64. Grayscale: #515151. Windows color (decimal): -3013733 or 10159058. OLE color: 10159058.
HSL color Cylindrical-coordinate representation of color #D2039B: hue angle of 315.94º 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 #D2039B is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 155 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.18 |
| HSL | 315.94º | 0.97% | 0.42% | - |
| HSV(B) | 315.94º | 0.99% | 0.82% | - |
| XYZ | 32.53 | 16.13 | 32.41 | - |
| YUV | 82.22 | 169.08 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 155 | 0 | 0.99 | 0.26 | 0.18 | 315.94 | 0.97 | 0.42 |
| Hex | D2 | 3 | 9B | 0 | 63 | 1A | 12 | 13C | 61 | 2A |
| Octal | 322 | 3 | 233 | 0 | 143 | 32 | 22 | 474 | 141 | 52 |
| Binary | 11010010 | 11 | 10011011 | 0 | 1100011 | 11010 | 10010 | 100111100 | 1100001 | 101010 |
Color Harmonies of #D2039B
Complementary color
Monochromatic Colors of #D2039B
Black with #D2039B
Text Example
Text Example
White with #D2039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2039B; }
p { color: rgb(210,3,155); }
H1.HeaderClassName
{
color: #D2039B;
}
.AnyTagClassName
{
color: #D2039B;
}
</style>
background-color css
<style>
a { background-color: #D2039B; }
a { background-color: rgb(210,3,155); }
div.DivClassName
{
background-color: #D2039B;
}
.BgClassName
{
background-color: #D2039B;
}
</style>
border-color css
<style>
span { border-color: #D2039B; }
span { border-color: rgb(210,3,155); }
td.TdClassName
{
border-color: #D2039B;
}
.TagClassName
{
border-color: #D2039B;
}
</style>