Shades of Medium Violet Red #D2038D
Tints of Medium Violet Red #D2038D
RGB
CMYK
RGB Variations
Color information
#D2038D (or 0xD2038D) is known color: Medium Violet Red. HEX triplet: D2, 03 and 8D. RGB value is (210,3,141). Sum of RGB (Red+Green+Blue) = 210+3+141=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2038D is #2DFC72. Grayscale: #505050. Windows color (decimal): -3013747 or 9241554. OLE color: 9241554.
HSL color Cylindrical-coordinate representation of color #D2038D: hue angle of 320º 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 #D2038D is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 141 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.18 |
| HSL | 320º | 0.97% | 0.42% | - |
| HSV(B) | 320º | 0.99% | 0.82% | - |
| XYZ | 31.42 | 15.69 | 26.57 | - |
| YUV | 80.63 | 162.08 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 141 | 0 | 0.99 | 0.33 | 0.18 | 320 | 0.97 | 0.42 |
| Hex | D2 | 3 | 8D | 0 | 63 | 21 | 12 | 140 | 61 | 2A |
| Octal | 322 | 3 | 215 | 0 | 143 | 41 | 22 | 500 | 141 | 52 |
| Binary | 11010010 | 11 | 10001101 | 0 | 1100011 | 100001 | 10010 | 101000000 | 1100001 | 101010 |
Color Harmonies of #D2038D
Complementary color
Monochromatic Colors of #D2038D
Black with #D2038D
Text Example
Text Example
White with #D2038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2038D; }
p { color: rgb(210,3,141); }
H1.HeaderClassName
{
color: #D2038D;
}
.AnyTagClassName
{
color: #D2038D;
}
</style>
background-color css
<style>
a { background-color: #D2038D; }
a { background-color: rgb(210,3,141); }
div.DivClassName
{
background-color: #D2038D;
}
.BgClassName
{
background-color: #D2038D;
}
</style>
border-color css
<style>
span { border-color: #D2038D; }
span { border-color: rgb(210,3,141); }
td.TdClassName
{
border-color: #D2038D;
}
.TagClassName
{
border-color: #D2038D;
}
</style>