Shades of Medium Violet Red #D20375
Tints of Medium Violet Red #D20375
RGB
CMYK
RGB Variations
Color information
#D20375 (or 0xD20375) is known color: Medium Violet Red. HEX triplet: D2, 03 and 75. RGB value is (210,3,117). Sum of RGB (Red+Green+Blue) = 210+3+117=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D20375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20375 is #2DFC8A. Grayscale: #4D4D4D. Windows color (decimal): -3013771 or 7668690. OLE color: 7668690.
HSL color Cylindrical-coordinate representation of color #D20375: hue angle of 326.96º 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 #D20375 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 117 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.18 |
| HSL | 326.96º | 0.97% | 0.42% | - |
| HSV(B) | 326.96º | 0.99% | 0.82% | - |
| XYZ | 29.82 | 15.05 | 18.16 | - |
| YUV | 77.89 | 150.08 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 117 | 0 | 0.99 | 0.44 | 0.18 | 326.96 | 0.97 | 0.42 |
| Hex | D2 | 3 | 75 | 0 | 63 | 2C | 12 | 147 | 61 | 2A |
| Octal | 322 | 3 | 165 | 0 | 143 | 54 | 22 | 507 | 141 | 52 |
| Binary | 11010010 | 11 | 1110101 | 0 | 1100011 | 101100 | 10010 | 101000111 | 1100001 | 101010 |
Color Harmonies of #D20375
Complementary color
Monochromatic Colors of #D20375
Black with #D20375
Text Example
Text Example
White with #D20375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20375; }
p { color: rgb(210,3,117); }
H1.HeaderClassName
{
color: #D20375;
}
.AnyTagClassName
{
color: #D20375;
}
</style>
background-color css
<style>
a { background-color: #D20375; }
a { background-color: rgb(210,3,117); }
div.DivClassName
{
background-color: #D20375;
}
.BgClassName
{
background-color: #D20375;
}
</style>
border-color css
<style>
span { border-color: #D20375; }
span { border-color: rgb(210,3,117); }
td.TdClassName
{
border-color: #D20375;
}
.TagClassName
{
border-color: #D20375;
}
</style>