Shades of Medium Violet Red #D0228B
Tints of Medium Violet Red #D0228B
RGB
CMYK
RGB Variations
Color information
#D0228B (or 0xD0228B) is known color: Medium Violet Red. HEX triplet: D0, 22 and 8B. RGB value is (208,34,139). Sum of RGB (Red+Green+Blue) = 208+34+139=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0228B is #2FDD74. Grayscale: #616161. Windows color (decimal): -3136885 or 9118416. OLE color: 9118416.
HSL color Cylindrical-coordinate representation of color #D0228B: hue angle of 323.79º 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 #D0228B is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 139 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.18 |
| HSL | 323.79º | 0.72% | 0.47% | - |
| HSV(B) | 323.79º | 0.84% | 0.82% | - |
| XYZ | 31.24 | 16.42 | 25.95 | - |
| YUV | 98 | 151.15 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 139 | 0 | 0.84 | 0.33 | 0.18 | 323.79 | 0.72 | 0.47 |
| Hex | D0 | 22 | 8B | 0 | 54 | 21 | 12 | 144 | 48 | 2F |
| Octal | 320 | 42 | 213 | 0 | 124 | 41 | 22 | 504 | 110 | 57 |
| Binary | 11010000 | 100010 | 10001011 | 0 | 1010100 | 100001 | 10010 | 101000100 | 1001000 | 101111 |
Color Harmonies of #D0228B
Complementary color
Monochromatic Colors of #D0228B
Black with #D0228B
Text Example
Text Example
White with #D0228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0228B; }
p { color: rgb(208,34,139); }
H1.HeaderClassName
{
color: #D0228B;
}
.AnyTagClassName
{
color: #D0228B;
}
</style>
background-color css
<style>
a { background-color: #D0228B; }
a { background-color: rgb(208,34,139); }
div.DivClassName
{
background-color: #D0228B;
}
.BgClassName
{
background-color: #D0228B;
}
</style>
border-color css
<style>
span { border-color: #D0228B; }
span { border-color: rgb(208,34,139); }
td.TdClassName
{
border-color: #D0228B;
}
.TagClassName
{
border-color: #D0228B;
}
</style>