Shades of Medium Violet Red #D20198
Tints of Medium Violet Red #D20198
RGB
CMYK
RGB Variations
Color information
#D20198 (or 0xD20198) is known color: Medium Violet Red. HEX triplet: D2, 01 and 98. RGB value is (210,1,152). Sum of RGB (Red+Green+Blue) = 210+1+152=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D20198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20198 is #2DFE67. Grayscale: #505050. Windows color (decimal): -3014248 or 9961938. OLE color: 9961938.
HSL color Cylindrical-coordinate representation of color #D20198: hue angle of 316.65º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20198 is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 152 | - |
| CMYK | 0 | 1.00 | 0.28 | 0.18 |
| HSL | 316.65º | 0.99% | 0.41% | - |
| HSV(B) | 316.65º | 1% | 0.82% | - |
| XYZ | 32.26 | 15.99 | 31.09 | - |
| YUV | 80.71 | 168.24 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 152 | 0 | 1.00 | 0.28 | 0.18 | 316.65 | 0.99 | 0.41 |
| Hex | D2 | 1 | 98 | 0 | 64 | 1C | 12 | 13D | 63 | 29 |
| Octal | 322 | 1 | 230 | 0 | 144 | 34 | 22 | 475 | 143 | 51 |
| Binary | 11010010 | 1 | 10011000 | 0 | 1100100 | 11100 | 10010 | 100111101 | 1100011 | 101001 |
Color Harmonies of #D20198
Complementary color
Monochromatic Colors of #D20198
Black with #D20198
Text Example
Text Example
White with #D20198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20198; }
p { color: rgb(210,1,152); }
H1.HeaderClassName
{
color: #D20198;
}
.AnyTagClassName
{
color: #D20198;
}
</style>
background-color css
<style>
a { background-color: #D20198; }
a { background-color: rgb(210,1,152); }
div.DivClassName
{
background-color: #D20198;
}
.BgClassName
{
background-color: #D20198;
}
</style>
border-color css
<style>
span { border-color: #D20198; }
span { border-color: rgb(210,1,152); }
td.TdClassName
{
border-color: #D20198;
}
.TagClassName
{
border-color: #D20198;
}
</style>