Shades of Medium Violet Red #D20494
Tints of Medium Violet Red #D20494
RGB
CMYK
RGB Variations
Color information
#D20494 (or 0xD20494) is known color: Medium Violet Red. HEX triplet: D2, 04 and 94. RGB value is (210,4,148). Sum of RGB (Red+Green+Blue) = 210+4+148=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D20494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20494 is #2DFB6B. Grayscale: #515151. Windows color (decimal): -3013484 or 9700562. OLE color: 9700562.
HSL color Cylindrical-coordinate representation of color #D20494: hue angle of 318.06º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20494 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 148 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.18 |
| HSL | 318.06º | 0.96% | 0.42% | - |
| HSV(B) | 318.06º | 0.98% | 0.82% | - |
| XYZ | 31.97 | 15.93 | 29.41 | - |
| YUV | 82.01 | 165.25 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 148 | 0 | 0.98 | 0.30 | 0.18 | 318.06 | 0.96 | 0.42 |
| Hex | D2 | 4 | 94 | 0 | 62 | 1E | 12 | 13E | 60 | 2A |
| Octal | 322 | 4 | 224 | 0 | 142 | 36 | 22 | 476 | 140 | 52 |
| Binary | 11010010 | 100 | 10010100 | 0 | 1100010 | 11110 | 10010 | 100111110 | 1100000 | 101010 |
Color Harmonies of #D20494
Complementary color
Monochromatic Colors of #D20494
Black with #D20494
Text Example
Text Example
White with #D20494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20494; }
p { color: rgb(210,4,148); }
H1.HeaderClassName
{
color: #D20494;
}
.AnyTagClassName
{
color: #D20494;
}
</style>
background-color css
<style>
a { background-color: #D20494; }
a { background-color: rgb(210,4,148); }
div.DivClassName
{
background-color: #D20494;
}
.BgClassName
{
background-color: #D20494;
}
</style>
border-color css
<style>
span { border-color: #D20494; }
span { border-color: rgb(210,4,148); }
td.TdClassName
{
border-color: #D20494;
}
.TagClassName
{
border-color: #D20494;
}
</style>