Shades of Medium Violet Red #D2038B
Tints of Medium Violet Red #D2038B
RGB
CMYK
RGB Variations
Color information
#D2038B (or 0xD2038B) is known color: Medium Violet Red. HEX triplet: D2, 03 and 8B. RGB value is (210,3,139). Sum of RGB (Red+Green+Blue) = 210+3+139=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D2038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2038B is #2DFC74. Grayscale: #505050. Windows color (decimal): -3013749 or 9110482. OLE color: 9110482.
HSL color Cylindrical-coordinate representation of color #D2038B: hue angle of 320.58º 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 #D2038B is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 139 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.18 |
| HSL | 320.58º | 0.97% | 0.42% | - |
| HSV(B) | 320.58º | 0.99% | 0.82% | - |
| XYZ | 31.27 | 15.63 | 25.79 | - |
| YUV | 80.4 | 161.08 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 139 | 0 | 0.99 | 0.34 | 0.18 | 320.58 | 0.97 | 0.42 |
| Hex | D2 | 3 | 8B | 0 | 63 | 22 | 12 | 141 | 61 | 2A |
| Octal | 322 | 3 | 213 | 0 | 143 | 42 | 22 | 501 | 141 | 52 |
| Binary | 11010010 | 11 | 10001011 | 0 | 1100011 | 100010 | 10010 | 101000001 | 1100001 | 101010 |
Color Harmonies of #D2038B
Complementary color
Monochromatic Colors of #D2038B
Black with #D2038B
Text Example
Text Example
White with #D2038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2038B; }
p { color: rgb(210,3,139); }
H1.HeaderClassName
{
color: #D2038B;
}
.AnyTagClassName
{
color: #D2038B;
}
</style>
background-color css
<style>
a { background-color: #D2038B; }
a { background-color: rgb(210,3,139); }
div.DivClassName
{
background-color: #D2038B;
}
.BgClassName
{
background-color: #D2038B;
}
</style>
border-color css
<style>
span { border-color: #D2038B; }
span { border-color: rgb(210,3,139); }
td.TdClassName
{
border-color: #D2038B;
}
.TagClassName
{
border-color: #D2038B;
}
</style>