Shades of Medium Violet Red #D20481
Tints of Medium Violet Red #D20481
RGB
CMYK
RGB Variations
Color information
#D20481 (or 0xD20481) is known color: Medium Violet Red. HEX triplet: D2, 04 and 81. RGB value is (210,4,129). Sum of RGB (Red+Green+Blue) = 210+4+129=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D20481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20481 is #2DFB7E. Grayscale: #4F4F4F. Windows color (decimal): -3013503 or 8455378. OLE color: 8455378.
HSL color Cylindrical-coordinate representation of color #D20481: hue angle of 323.59º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20481 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 129 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.18 |
| HSL | 323.59º | 0.96% | 0.42% | - |
| HSV(B) | 323.59º | 0.98% | 0.82% | - |
| XYZ | 30.58 | 15.37 | 22.12 | - |
| YUV | 79.84 | 155.75 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 129 | 0 | 0.98 | 0.39 | 0.18 | 323.59 | 0.96 | 0.42 |
| Hex | D2 | 4 | 81 | 0 | 62 | 27 | 12 | 144 | 60 | 2A |
| Octal | 322 | 4 | 201 | 0 | 142 | 47 | 22 | 504 | 140 | 52 |
| Binary | 11010010 | 100 | 10000001 | 0 | 1100010 | 100111 | 10010 | 101000100 | 1100000 | 101010 |
Color Harmonies of #D20481
Complementary color
Monochromatic Colors of #D20481
Black with #D20481
Text Example
Text Example
White with #D20481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20481; }
p { color: rgb(210,4,129); }
H1.HeaderClassName
{
color: #D20481;
}
.AnyTagClassName
{
color: #D20481;
}
</style>
background-color css
<style>
a { background-color: #D20481; }
a { background-color: rgb(210,4,129); }
div.DivClassName
{
background-color: #D20481;
}
.BgClassName
{
background-color: #D20481;
}
</style>
border-color css
<style>
span { border-color: #D20481; }
span { border-color: rgb(210,4,129); }
td.TdClassName
{
border-color: #D20481;
}
.TagClassName
{
border-color: #D20481;
}
</style>