Shades of Medium Violet Red #D0227C
Tints of Medium Violet Red #D0227C
RGB
CMYK
RGB Variations
Color information
#D0227C (or 0xD0227C) is known color: Medium Violet Red. HEX triplet: D0, 22 and 7C. RGB value is (208,34,124). Sum of RGB (Red+Green+Blue) = 208+34+124=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D0227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0227C is #2FDD83. Grayscale: #606060. Windows color (decimal): -3136900 or 8135376. OLE color: 8135376.
HSL color Cylindrical-coordinate representation of color #D0227C: hue angle of 328.97º 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 #D0227C is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 124 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.18 |
| HSL | 328.97º | 0.72% | 0.47% | - |
| HSV(B) | 328.97º | 0.84% | 0.82% | - |
| XYZ | 30.22 | 16.01 | 20.57 | - |
| YUV | 96.29 | 143.65 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 124 | 0 | 0.84 | 0.40 | 0.18 | 328.97 | 0.72 | 0.47 |
| Hex | D0 | 22 | 7C | 0 | 54 | 28 | 12 | 149 | 48 | 2F |
| Octal | 320 | 42 | 174 | 0 | 124 | 50 | 22 | 511 | 110 | 57 |
| Binary | 11010000 | 100010 | 1111100 | 0 | 1010100 | 101000 | 10010 | 101001001 | 1001000 | 101111 |
Color Harmonies of #D0227C
Complementary color
Monochromatic Colors of #D0227C
Black with #D0227C
Text Example
Text Example
White with #D0227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0227C; }
p { color: rgb(208,34,124); }
H1.HeaderClassName
{
color: #D0227C;
}
.AnyTagClassName
{
color: #D0227C;
}
</style>
background-color css
<style>
a { background-color: #D0227C; }
a { background-color: rgb(208,34,124); }
div.DivClassName
{
background-color: #D0227C;
}
.BgClassName
{
background-color: #D0227C;
}
</style>
border-color css
<style>
span { border-color: #D0227C; }
span { border-color: rgb(208,34,124); }
td.TdClassName
{
border-color: #D0227C;
}
.TagClassName
{
border-color: #D0227C;
}
</style>