Shades of Medium Violet Red #D20B8F
Tints of Medium Violet Red #D20B8F
RGB
CMYK
RGB Variations
Color information
#D20B8F (or 0xD20B8F) is known color: Medium Violet Red. HEX triplet: D2, 0B and 8F. RGB value is (210,11,143). Sum of RGB (Red+Green+Blue) = 210+11+143=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D20B8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20B8F is #2DF470. Grayscale: #555555. Windows color (decimal): -3011697 or 9374674. OLE color: 9374674.
HSL color Cylindrical-coordinate representation of color #D20B8F: hue angle of 320.2º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20B8F is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 11 | 143 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.18 |
| HSL | 320.2º | 0.9% | 0.43% | - |
| HSV(B) | 320.2º | 0.95% | 0.82% | - |
| XYZ | 31.66 | 15.92 | 27.39 | - |
| YUV | 85.55 | 160.43 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 11 | 143 | 0 | 0.95 | 0.32 | 0.18 | 320.2 | 0.9 | 0.43 |
| Hex | D2 | B | 8F | 0 | 5F | 20 | 12 | 140 | 5A | 2B |
| Octal | 322 | 13 | 217 | 0 | 137 | 40 | 22 | 500 | 132 | 53 |
| Binary | 11010010 | 1011 | 10001111 | 0 | 1011111 | 100000 | 10010 | 101000000 | 1011010 | 101011 |
Color Harmonies of #D20B8F
Complementary color
Monochromatic Colors of #D20B8F
Black with #D20B8F
Text Example
Text Example
White with #D20B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20B8F; }
p { color: rgb(210,11,143); }
H1.HeaderClassName
{
color: #D20B8F;
}
.AnyTagClassName
{
color: #D20B8F;
}
</style>
background-color css
<style>
a { background-color: #D20B8F; }
a { background-color: rgb(210,11,143); }
div.DivClassName
{
background-color: #D20B8F;
}
.BgClassName
{
background-color: #D20B8F;
}
</style>
border-color css
<style>
span { border-color: #D20B8F; }
span { border-color: rgb(210,11,143); }
td.TdClassName
{
border-color: #D20B8F;
}
.TagClassName
{
border-color: #D20B8F;
}
</style>