Shades of Medium Violet Red #D20098
Tints of Medium Violet Red #D20098
RGB
CMYK
RGB Variations
Color information
#D20098 (or 0xD20098) is known color: Medium Violet Red. HEX triplet: D2, 00 and 98. RGB value is (210,0,152). Sum of RGB (Red+Green+Blue) = 210+0+152=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D20098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20098 is #2DFF67. Grayscale: #4F4F4F. Windows color (decimal): -3014504 or 9961682. OLE color: 9961682.
HSL color Cylindrical-coordinate representation of color #D20098: hue angle of 316.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20098 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 152 | - |
| CMYK | 0 | 1 | 0.28 | 0.18 |
| HSL | 316.57º | 1% | 0.41% | - |
| HSV(B) | 316.57º | 1% | 0.82% | - |
| XYZ | 32.25 | 15.97 | 31.09 | - |
| YUV | 80.12 | 168.57 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 152 | 0 | 1 | 0.28 | 0.18 | 316.57 | 1 | 0.41 |
| Hex | D2 | 0 | 98 | 0 | 64 | 1C | 12 | 13D | 64 | 29 |
| Octal | 322 | 0 | 230 | 0 | 144 | 34 | 22 | 475 | 144 | 51 |
| Binary | 11010010 | 0 | 10011000 | 0 | 1100100 | 11100 | 10010 | 100111101 | 1100100 | 101001 |
Color Harmonies of #D20098
Complementary color
Monochromatic Colors of #D20098
Black with #D20098
Text Example
Text Example
White with #D20098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20098; }
p { color: rgb(210,0,152); }
H1.HeaderClassName
{
color: #D20098;
}
.AnyTagClassName
{
color: #D20098;
}
</style>
background-color css
<style>
a { background-color: #D20098; }
a { background-color: rgb(210,0,152); }
div.DivClassName
{
background-color: #D20098;
}
.BgClassName
{
background-color: #D20098;
}
</style>
border-color css
<style>
span { border-color: #D20098; }
span { border-color: rgb(210,0,152); }
td.TdClassName
{
border-color: #D20098;
}
.TagClassName
{
border-color: #D20098;
}
</style>