Shades of Medium Violet Red #D90181
Tints of Medium Violet Red #D90181
RGB
CMYK
RGB Variations
Color information
#D90181 (or 0xD90181) is known color: Medium Violet Red. HEX triplet: D9, 01 and 81. RGB value is (217,1,129). Sum of RGB (Red+Green+Blue) = 217+1+129=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D90181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90181 is #26FE7E. Grayscale: #4F4F4F. Windows color (decimal): -2555519 or 8454617. OLE color: 8454617.
HSL color Cylindrical-coordinate representation of color #D90181: hue angle of 324.44º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90181 is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 129 | - |
| CMYK | 0 | 1.00 | 0.41 | 0.15 |
| HSL | 324.44º | 0.99% | 0.43% | - |
| HSV(B) | 324.44º | 1% | 0.85% | - |
| XYZ | 32.59 | 16.36 | 22.21 | - |
| YUV | 80.18 | 155.56 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 129 | 0 | 1.00 | 0.41 | 0.15 | 324.44 | 0.99 | 0.43 |
| Hex | D9 | 1 | 81 | 0 | 64 | 29 | F | 144 | 63 | 2B |
| Octal | 331 | 1 | 201 | 0 | 144 | 51 | 17 | 504 | 143 | 53 |
| Binary | 11011001 | 1 | 10000001 | 0 | 1100100 | 101001 | 1111 | 101000100 | 1100011 | 101011 |
Color Harmonies of #D90181
Complementary color
Monochromatic Colors of #D90181
Black with #D90181
Text Example
Text Example
White with #D90181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90181; }
p { color: rgb(217,1,129); }
H1.HeaderClassName
{
color: #D90181;
}
.AnyTagClassName
{
color: #D90181;
}
</style>
background-color css
<style>
a { background-color: #D90181; }
a { background-color: rgb(217,1,129); }
div.DivClassName
{
background-color: #D90181;
}
.BgClassName
{
background-color: #D90181;
}
</style>
border-color css
<style>
span { border-color: #D90181; }
span { border-color: rgb(217,1,129); }
td.TdClassName
{
border-color: #D90181;
}
.TagClassName
{
border-color: #D90181;
}
</style>