Shades of Medium Violet Red #D0228D
Tints of Medium Violet Red #D0228D
RGB
CMYK
RGB Variations
Color information
#D0228D (or 0xD0228D) is known color: Medium Violet Red. HEX triplet: D0, 22 and 8D. RGB value is (208,34,141). Sum of RGB (Red+Green+Blue) = 208+34+141=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0228D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0228D is #2FDD72. Grayscale: #616161. Windows color (decimal): -3136883 or 9249488. OLE color: 9249488.
HSL color Cylindrical-coordinate representation of color #D0228D: hue angle of 323.1º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0228D is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 141 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.18 |
| HSL | 323.1º | 0.72% | 0.47% | - |
| HSV(B) | 323.1º | 0.84% | 0.82% | - |
| XYZ | 31.39 | 16.48 | 26.73 | - |
| YUV | 98.22 | 152.15 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 141 | 0 | 0.84 | 0.32 | 0.18 | 323.1 | 0.72 | 0.47 |
| Hex | D0 | 22 | 8D | 0 | 54 | 20 | 12 | 143 | 48 | 2F |
| Octal | 320 | 42 | 215 | 0 | 124 | 40 | 22 | 503 | 110 | 57 |
| Binary | 11010000 | 100010 | 10001101 | 0 | 1010100 | 100000 | 10010 | 101000011 | 1001000 | 101111 |
Color Harmonies of #D0228D
Complementary color
Monochromatic Colors of #D0228D
Black with #D0228D
Text Example
Text Example
White with #D0228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0228D; }
p { color: rgb(208,34,141); }
H1.HeaderClassName
{
color: #D0228D;
}
.AnyTagClassName
{
color: #D0228D;
}
</style>
background-color css
<style>
a { background-color: #D0228D; }
a { background-color: rgb(208,34,141); }
div.DivClassName
{
background-color: #D0228D;
}
.BgClassName
{
background-color: #D0228D;
}
</style>
border-color css
<style>
span { border-color: #D0228D; }
span { border-color: rgb(208,34,141); }
td.TdClassName
{
border-color: #D0228D;
}
.TagClassName
{
border-color: #D0228D;
}
</style>