Shades of Medium Violet Red #D20374
Tints of Medium Violet Red #D20374
RGB
CMYK
RGB Variations
Color information
#D20374 (or 0xD20374) is known color: Medium Violet Red. HEX triplet: D2, 03 and 74. RGB value is (210,3,116). Sum of RGB (Red+Green+Blue) = 210+3+116=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D20374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20374 is #2DFC8B. Grayscale: #4D4D4D. Windows color (decimal): -3013772 or 7603154. OLE color: 7603154.
HSL color Cylindrical-coordinate representation of color #D20374: hue angle of 327.25º 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 #D20374 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 116 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.18 |
| HSL | 327.25º | 0.97% | 0.42% | - |
| HSV(B) | 327.25º | 0.99% | 0.82% | - |
| XYZ | 29.76 | 15.03 | 17.85 | - |
| YUV | 77.78 | 149.58 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 116 | 0 | 0.99 | 0.45 | 0.18 | 327.25 | 0.97 | 0.42 |
| Hex | D2 | 3 | 74 | 0 | 63 | 2D | 12 | 147 | 61 | 2A |
| Octal | 322 | 3 | 164 | 0 | 143 | 55 | 22 | 507 | 141 | 52 |
| Binary | 11010010 | 11 | 1110100 | 0 | 1100011 | 101101 | 10010 | 101000111 | 1100001 | 101010 |
Color Harmonies of #D20374
Complementary color
Monochromatic Colors of #D20374
Black with #D20374
Text Example
Text Example
White with #D20374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20374; }
p { color: rgb(210,3,116); }
H1.HeaderClassName
{
color: #D20374;
}
.AnyTagClassName
{
color: #D20374;
}
</style>
background-color css
<style>
a { background-color: #D20374; }
a { background-color: rgb(210,3,116); }
div.DivClassName
{
background-color: #D20374;
}
.BgClassName
{
background-color: #D20374;
}
</style>
border-color css
<style>
span { border-color: #D20374; }
span { border-color: rgb(210,3,116); }
td.TdClassName
{
border-color: #D20374;
}
.TagClassName
{
border-color: #D20374;
}
</style>