Shades of Medium Violet Red #D90190
Tints of Medium Violet Red #D90190
RGB
CMYK
RGB Variations
Color information
#D90190 (or 0xD90190) is known color: Medium Violet Red. HEX triplet: D9, 01 and 90. RGB value is (217,1,144). Sum of RGB (Red+Green+Blue) = 217+1+144=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D90190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90190 is #26FE6F. Grayscale: #515151. Windows color (decimal): -2555504 or 9437657. OLE color: 9437657.
HSL color Cylindrical-coordinate representation of color #D90190: hue angle of 320.28º 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 #D90190 is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 144 | - |
| CMYK | 0 | 1.00 | 0.34 | 0.15 |
| HSL | 320.28º | 0.99% | 0.43% | - |
| HSV(B) | 320.28º | 1% | 0.85% | - |
| XYZ | 33.66 | 16.79 | 27.85 | - |
| YUV | 81.89 | 163.06 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 144 | 0 | 1.00 | 0.34 | 0.15 | 320.28 | 0.99 | 0.43 |
| Hex | D9 | 1 | 90 | 0 | 64 | 22 | F | 140 | 63 | 2B |
| Octal | 331 | 1 | 220 | 0 | 144 | 42 | 17 | 500 | 143 | 53 |
| Binary | 11011001 | 1 | 10010000 | 0 | 1100100 | 100010 | 1111 | 101000000 | 1100011 | 101011 |
Color Harmonies of #D90190
Complementary color
Monochromatic Colors of #D90190
Black with #D90190
Text Example
Text Example
White with #D90190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90190; }
p { color: rgb(217,1,144); }
H1.HeaderClassName
{
color: #D90190;
}
.AnyTagClassName
{
color: #D90190;
}
</style>
background-color css
<style>
a { background-color: #D90190; }
a { background-color: rgb(217,1,144); }
div.DivClassName
{
background-color: #D90190;
}
.BgClassName
{
background-color: #D90190;
}
</style>
border-color css
<style>
span { border-color: #D90190; }
span { border-color: rgb(217,1,144); }
td.TdClassName
{
border-color: #D90190;
}
.TagClassName
{
border-color: #D90190;
}
</style>