Shades of Medium Violet Red #D20184
Tints of Medium Violet Red #D20184
RGB
CMYK
RGB Variations
Color information
#D20184 (or 0xD20184) is known color: Medium Violet Red. HEX triplet: D2, 01 and 84. RGB value is (210,1,132). Sum of RGB (Red+Green+Blue) = 210+1+132=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D20184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20184 is #2DFE7B. Grayscale: #4E4E4E. Windows color (decimal): -3014268 or 8651218. OLE color: 8651218.
HSL color Cylindrical-coordinate representation of color #D20184: hue angle of 322.39º 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 #D20184 is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 132 | - |
| CMYK | 0 | 1.00 | 0.37 | 0.18 |
| HSL | 322.39º | 0.99% | 0.41% | - |
| HSV(B) | 322.39º | 1% | 0.82% | - |
| XYZ | 30.75 | 15.39 | 23.18 | - |
| YUV | 78.43 | 158.24 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 132 | 0 | 1.00 | 0.37 | 0.18 | 322.39 | 0.99 | 0.41 |
| Hex | D2 | 1 | 84 | 0 | 64 | 25 | 12 | 142 | 63 | 29 |
| Octal | 322 | 1 | 204 | 0 | 144 | 45 | 22 | 502 | 143 | 51 |
| Binary | 11010010 | 1 | 10000100 | 0 | 1100100 | 100101 | 10010 | 101000010 | 1100011 | 101001 |
Color Harmonies of #D20184
Complementary color
Monochromatic Colors of #D20184
Black with #D20184
Text Example
Text Example
White with #D20184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20184; }
p { color: rgb(210,1,132); }
H1.HeaderClassName
{
color: #D20184;
}
.AnyTagClassName
{
color: #D20184;
}
</style>
background-color css
<style>
a { background-color: #D20184; }
a { background-color: rgb(210,1,132); }
div.DivClassName
{
background-color: #D20184;
}
.BgClassName
{
background-color: #D20184;
}
</style>
border-color css
<style>
span { border-color: #D20184; }
span { border-color: rgb(210,1,132); }
td.TdClassName
{
border-color: #D20184;
}
.TagClassName
{
border-color: #D20184;
}
</style>