Shades of Medium Violet Red #D90281
Tints of Medium Violet Red #D90281
RGB
CMYK
RGB Variations
Color information
#D90281 (or 0xD90281) is known color: Medium Violet Red. HEX triplet: D9, 02 and 81. RGB value is (217,2,129). Sum of RGB (Red+Green+Blue) = 217+2+129=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D90281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90281 is #26FD7E. Grayscale: #505050. Windows color (decimal): -2555263 or 8454873. OLE color: 8454873.
HSL color Cylindrical-coordinate representation of color #D90281: hue angle of 324.56º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D90281 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.15 |
| HSL | 324.56º | 0.98% | 0.43% | - |
| HSV(B) | 324.56º | 0.99% | 0.85% | - |
| XYZ | 32.6 | 16.38 | 22.21 | - |
| YUV | 80.76 | 155.23 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 129 | 0 | 0.99 | 0.41 | 0.15 | 324.56 | 0.98 | 0.43 |
| Hex | D9 | 2 | 81 | 0 | 63 | 29 | F | 145 | 62 | 2B |
| Octal | 331 | 2 | 201 | 0 | 143 | 51 | 17 | 505 | 142 | 53 |
| Binary | 11011001 | 10 | 10000001 | 0 | 1100011 | 101001 | 1111 | 101000101 | 1100010 | 101011 |
Color Harmonies of #D90281
Complementary color
Monochromatic Colors of #D90281
Black with #D90281
Text Example
Text Example
White with #D90281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90281; }
p { color: rgb(217,2,129); }
H1.HeaderClassName
{
color: #D90281;
}
.AnyTagClassName
{
color: #D90281;
}
</style>
background-color css
<style>
a { background-color: #D90281; }
a { background-color: rgb(217,2,129); }
div.DivClassName
{
background-color: #D90281;
}
.BgClassName
{
background-color: #D90281;
}
</style>
border-color css
<style>
span { border-color: #D90281; }
span { border-color: rgb(217,2,129); }
td.TdClassName
{
border-color: #D90281;
}
.TagClassName
{
border-color: #D90281;
}
</style>