Shades of Medium Violet Red #D20181
Tints of Medium Violet Red #D20181
RGB
CMYK
RGB Variations
Color information
#D20181 (or 0xD20181) is known color: Medium Violet Red. HEX triplet: D2, 01 and 81. RGB value is (210,1,129). Sum of RGB (Red+Green+Blue) = 210+1+129=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D20181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20181 is #2DFE7E. Grayscale: #4D4D4D. Windows color (decimal): -3014271 or 8454610. OLE color: 8454610.
HSL color Cylindrical-coordinate representation of color #D20181: hue angle of 323.25º 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 #D20181 is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 129 | - |
| CMYK | 0 | 1.00 | 0.39 | 0.18 |
| HSL | 323.25º | 0.99% | 0.41% | - |
| HSV(B) | 323.25º | 1% | 0.82% | - |
| XYZ | 30.55 | 15.31 | 22.11 | - |
| YUV | 78.08 | 156.74 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 129 | 0 | 1.00 | 0.39 | 0.18 | 323.25 | 0.99 | 0.41 |
| Hex | D2 | 1 | 81 | 0 | 64 | 27 | 12 | 143 | 63 | 29 |
| Octal | 322 | 1 | 201 | 0 | 144 | 47 | 22 | 503 | 143 | 51 |
| Binary | 11010010 | 1 | 10000001 | 0 | 1100100 | 100111 | 10010 | 101000011 | 1100011 | 101001 |
Color Harmonies of #D20181
Complementary color
Monochromatic Colors of #D20181
Black with #D20181
Text Example
Text Example
White with #D20181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20181; }
p { color: rgb(210,1,129); }
H1.HeaderClassName
{
color: #D20181;
}
.AnyTagClassName
{
color: #D20181;
}
</style>
background-color css
<style>
a { background-color: #D20181; }
a { background-color: rgb(210,1,129); }
div.DivClassName
{
background-color: #D20181;
}
.BgClassName
{
background-color: #D20181;
}
</style>
border-color css
<style>
span { border-color: #D20181; }
span { border-color: rgb(210,1,129); }
td.TdClassName
{
border-color: #D20181;
}
.TagClassName
{
border-color: #D20181;
}
</style>