Shades of Medium Violet Red #D0028D
Tints of Medium Violet Red #D0028D
RGB
CMYK
RGB Variations
Color information
#D0028D (or 0xD0028D) is known color: Medium Violet Red. HEX triplet: D0, 02 and 8D. RGB value is (208,2,141). Sum of RGB (Red+Green+Blue) = 208+2+141=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0028D is #2FFD72. Grayscale: #4F4F4F. Windows color (decimal): -3145075 or 9241296. OLE color: 9241296.
HSL color Cylindrical-coordinate representation of color #D0028D: hue angle of 319.51º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0028D is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 141 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.18 |
| HSL | 319.51º | 0.98% | 0.41% | - |
| HSV(B) | 319.51º | 0.99% | 0.82% | - |
| XYZ | 30.84 | 15.38 | 26.54 | - |
| YUV | 79.44 | 162.75 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 141 | 0 | 0.99 | 0.32 | 0.18 | 319.51 | 0.98 | 0.41 |
| Hex | D0 | 2 | 8D | 0 | 63 | 20 | 12 | 140 | 62 | 29 |
| Octal | 320 | 2 | 215 | 0 | 143 | 40 | 22 | 500 | 142 | 51 |
| Binary | 11010000 | 10 | 10001101 | 0 | 1100011 | 100000 | 10010 | 101000000 | 1100010 | 101001 |
Color Harmonies of #D0028D
Complementary color
Monochromatic Colors of #D0028D
Black with #D0028D
Text Example
Text Example
White with #D0028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0028D; }
p { color: rgb(208,2,141); }
H1.HeaderClassName
{
color: #D0028D;
}
.AnyTagClassName
{
color: #D0028D;
}
</style>
background-color css
<style>
a { background-color: #D0028D; }
a { background-color: rgb(208,2,141); }
div.DivClassName
{
background-color: #D0028D;
}
.BgClassName
{
background-color: #D0028D;
}
</style>
border-color css
<style>
span { border-color: #D0028D; }
span { border-color: rgb(208,2,141); }
td.TdClassName
{
border-color: #D0028D;
}
.TagClassName
{
border-color: #D0028D;
}
</style>