Shades of Medium Violet Red #D00A90
Tints of Medium Violet Red #D00A90
RGB
CMYK
RGB Variations
Color information
#D00A90 (or 0xD00A90) is known color: Medium Violet Red. HEX triplet: D0, 0A and 90. RGB value is (208,10,144). Sum of RGB (Red+Green+Blue) = 208+10+144=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00A90 is #2FF56F. Grayscale: #545454. Windows color (decimal): -3143024 or 9439952. OLE color: 9439952.
HSL color Cylindrical-coordinate representation of color #D00A90: hue angle of 319.39º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00A90 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 144 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.18 |
| HSL | 319.39º | 0.91% | 0.43% | - |
| HSV(B) | 319.39º | 0.95% | 0.82% | - |
| XYZ | 31.16 | 15.64 | 27.76 | - |
| YUV | 84.48 | 161.6 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 144 | 0 | 0.95 | 0.31 | 0.18 | 319.39 | 0.91 | 0.43 |
| Hex | D0 | A | 90 | 0 | 5F | 1F | 12 | 13F | 5B | 2B |
| Octal | 320 | 12 | 220 | 0 | 137 | 37 | 22 | 477 | 133 | 53 |
| Binary | 11010000 | 1010 | 10010000 | 0 | 1011111 | 11111 | 10010 | 100111111 | 1011011 | 101011 |
Color Harmonies of #D00A90
Complementary color
Monochromatic Colors of #D00A90
Black with #D00A90
Text Example
Text Example
White with #D00A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00A90; }
p { color: rgb(208,10,144); }
H1.HeaderClassName
{
color: #D00A90;
}
.AnyTagClassName
{
color: #D00A90;
}
</style>
background-color css
<style>
a { background-color: #D00A90; }
a { background-color: rgb(208,10,144); }
div.DivClassName
{
background-color: #D00A90;
}
.BgClassName
{
background-color: #D00A90;
}
</style>
border-color css
<style>
span { border-color: #D00A90; }
span { border-color: rgb(208,10,144); }
td.TdClassName
{
border-color: #D00A90;
}
.TagClassName
{
border-color: #D00A90;
}
</style>