Shades of Medium Violet Red #D20898
Tints of Medium Violet Red #D20898
RGB
CMYK
RGB Variations
Color information
#D20898 (or 0xD20898) is known color: Medium Violet Red. HEX triplet: D2, 08 and 98. RGB value is (210,8,152). Sum of RGB (Red+Green+Blue) = 210+8+152=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D20898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20898 is #2DF767. Grayscale: #545454. Windows color (decimal): -3012456 or 9963730. OLE color: 9963730.
HSL color Cylindrical-coordinate representation of color #D20898: hue angle of 317.23º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20898 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 152 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.18 |
| HSL | 317.23º | 0.93% | 0.43% | - |
| HSV(B) | 317.23º | 0.96% | 0.82% | - |
| XYZ | 32.33 | 16.14 | 31.12 | - |
| YUV | 84.81 | 165.92 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 152 | 0 | 0.96 | 0.28 | 0.18 | 317.23 | 0.93 | 0.43 |
| Hex | D2 | 8 | 98 | 0 | 60 | 1C | 12 | 13D | 5D | 2B |
| Octal | 322 | 10 | 230 | 0 | 140 | 34 | 22 | 475 | 135 | 53 |
| Binary | 11010010 | 1000 | 10011000 | 0 | 1100000 | 11100 | 10010 | 100111101 | 1011101 | 101011 |
Color Harmonies of #D20898
Complementary color
Monochromatic Colors of #D20898
Black with #D20898
Text Example
Text Example
White with #D20898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20898; }
p { color: rgb(210,8,152); }
H1.HeaderClassName
{
color: #D20898;
}
.AnyTagClassName
{
color: #D20898;
}
</style>
background-color css
<style>
a { background-color: #D20898; }
a { background-color: rgb(210,8,152); }
div.DivClassName
{
background-color: #D20898;
}
.BgClassName
{
background-color: #D20898;
}
</style>
border-color css
<style>
span { border-color: #D20898; }
span { border-color: rgb(210,8,152); }
td.TdClassName
{
border-color: #D20898;
}
.TagClassName
{
border-color: #D20898;
}
</style>