Shades of Medium Violet Red #D20192
Tints of Medium Violet Red #D20192
RGB
CMYK
RGB Variations
Color information
#D20192 (or 0xD20192) is known color: Medium Violet Red. HEX triplet: D2, 01 and 92. RGB value is (210,1,146). Sum of RGB (Red+Green+Blue) = 210+1+146=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D20192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20192 is #2DFE6D. Grayscale: #4F4F4F. Windows color (decimal): -3014254 or 9568722. OLE color: 9568722.
HSL color Cylindrical-coordinate representation of color #D20192: hue angle of 318.37º 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 #D20192 is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 146 | - |
| CMYK | 0 | 1.00 | 0.30 | 0.18 |
| HSL | 318.37º | 0.99% | 0.41% | - |
| HSV(B) | 318.37º | 1% | 0.82% | - |
| XYZ | 31.78 | 15.8 | 28.57 | - |
| YUV | 80.02 | 165.24 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 146 | 0 | 1.00 | 0.30 | 0.18 | 318.37 | 0.99 | 0.41 |
| Hex | D2 | 1 | 92 | 0 | 64 | 1E | 12 | 13E | 63 | 29 |
| Octal | 322 | 1 | 222 | 0 | 144 | 36 | 22 | 476 | 143 | 51 |
| Binary | 11010010 | 1 | 10010010 | 0 | 1100100 | 11110 | 10010 | 100111110 | 1100011 | 101001 |
Color Harmonies of #D20192
Complementary color
Monochromatic Colors of #D20192
Black with #D20192
Text Example
Text Example
White with #D20192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20192; }
p { color: rgb(210,1,146); }
H1.HeaderClassName
{
color: #D20192;
}
.AnyTagClassName
{
color: #D20192;
}
</style>
background-color css
<style>
a { background-color: #D20192; }
a { background-color: rgb(210,1,146); }
div.DivClassName
{
background-color: #D20192;
}
.BgClassName
{
background-color: #D20192;
}
</style>
border-color css
<style>
span { border-color: #D20192; }
span { border-color: rgb(210,1,146); }
td.TdClassName
{
border-color: #D20192;
}
.TagClassName
{
border-color: #D20192;
}
</style>