Shades of Medium Violet Red #D00A98
Tints of Medium Violet Red #D00A98
RGB
CMYK
RGB Variations
Color information
#D00A98 (or 0xD00A98) is known color: Medium Violet Red. HEX triplet: D0, 0A and 98. RGB value is (208,10,152). Sum of RGB (Red+Green+Blue) = 208+10+152=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00A98 is #2FF567. Grayscale: #555555. Windows color (decimal): -3143016 or 9964240. OLE color: 9964240.
HSL color Cylindrical-coordinate representation of color #D00A98: hue angle of 316.97º 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 #D00A98 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 152 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.18 |
| HSL | 316.97º | 0.91% | 0.43% | - |
| HSV(B) | 316.97º | 0.95% | 0.82% | - |
| XYZ | 31.79 | 15.89 | 31.1 | - |
| YUV | 85.39 | 165.6 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 152 | 0 | 0.95 | 0.27 | 0.18 | 316.97 | 0.91 | 0.43 |
| Hex | D0 | A | 98 | 0 | 5F | 1B | 12 | 13D | 5B | 2B |
| Octal | 320 | 12 | 230 | 0 | 137 | 33 | 22 | 475 | 133 | 53 |
| Binary | 11010000 | 1010 | 10011000 | 0 | 1011111 | 11011 | 10010 | 100111101 | 1011011 | 101011 |
Color Harmonies of #D00A98
Complementary color
Monochromatic Colors of #D00A98
Black with #D00A98
Text Example
Text Example
White with #D00A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00A98; }
p { color: rgb(208,10,152); }
H1.HeaderClassName
{
color: #D00A98;
}
.AnyTagClassName
{
color: #D00A98;
}
</style>
background-color css
<style>
a { background-color: #D00A98; }
a { background-color: rgb(208,10,152); }
div.DivClassName
{
background-color: #D00A98;
}
.BgClassName
{
background-color: #D00A98;
}
</style>
border-color css
<style>
span { border-color: #D00A98; }
span { border-color: rgb(208,10,152); }
td.TdClassName
{
border-color: #D00A98;
}
.TagClassName
{
border-color: #D00A98;
}
</style>