Shades of Medium Violet Red #D0089D
Tints of Medium Violet Red #D0089D
RGB
CMYK
RGB Variations
Color information
#D0089D (or 0xD0089D) is known color: Medium Violet Red. HEX triplet: D0, 08 and 9D. RGB value is (208,8,157). Sum of RGB (Red+Green+Blue) = 208+8+157=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D0089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0089D is #2FF762. Grayscale: #545454. Windows color (decimal): -3143523 or 10291408. OLE color: 10291408.
HSL color Cylindrical-coordinate representation of color #D0089D: hue angle of 315.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0089D is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 157 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.18 |
| HSL | 315.3º | 0.93% | 0.42% | - |
| HSV(B) | 315.3º | 0.96% | 0.82% | - |
| XYZ | 32.19 | 16.02 | 33.29 | - |
| YUV | 84.79 | 168.76 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 157 | 0 | 0.96 | 0.25 | 0.18 | 315.3 | 0.93 | 0.42 |
| Hex | D0 | 8 | 9D | 0 | 60 | 19 | 12 | 13B | 5D | 2A |
| Octal | 320 | 10 | 235 | 0 | 140 | 31 | 22 | 473 | 135 | 52 |
| Binary | 11010000 | 1000 | 10011101 | 0 | 1100000 | 11001 | 10010 | 100111011 | 1011101 | 101010 |
Color Harmonies of #D0089D
Complementary color
Monochromatic Colors of #D0089D
Black with #D0089D
Text Example
Text Example
White with #D0089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0089D; }
p { color: rgb(208,8,157); }
H1.HeaderClassName
{
color: #D0089D;
}
.AnyTagClassName
{
color: #D0089D;
}
</style>
background-color css
<style>
a { background-color: #D0089D; }
a { background-color: rgb(208,8,157); }
div.DivClassName
{
background-color: #D0089D;
}
.BgClassName
{
background-color: #D0089D;
}
</style>
border-color css
<style>
span { border-color: #D0089D; }
span { border-color: rgb(208,8,157); }
td.TdClassName
{
border-color: #D0089D;
}
.TagClassName
{
border-color: #D0089D;
}
</style>