Shades of Medium Violet Red #D0227F
Tints of Medium Violet Red #D0227F
RGB
CMYK
RGB Variations
Color information
#D0227F (or 0xD0227F) is known color: Medium Violet Red. HEX triplet: D0, 22 and 7F. RGB value is (208,34,127). Sum of RGB (Red+Green+Blue) = 208+34+127=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0227F is #2FDD80. Grayscale: #606060. Windows color (decimal): -3136897 or 8331984. OLE color: 8331984.
HSL color Cylindrical-coordinate representation of color #D0227F: hue angle of 327.93º 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 #D0227F is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 127 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.18 |
| HSL | 327.93º | 0.72% | 0.47% | - |
| HSV(B) | 327.93º | 0.84% | 0.82% | - |
| XYZ | 30.42 | 16.09 | 21.58 | - |
| YUV | 96.63 | 145.15 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 127 | 0 | 0.84 | 0.39 | 0.18 | 327.93 | 0.72 | 0.47 |
| Hex | D0 | 22 | 7F | 0 | 54 | 27 | 12 | 148 | 48 | 2F |
| Octal | 320 | 42 | 177 | 0 | 124 | 47 | 22 | 510 | 110 | 57 |
| Binary | 11010000 | 100010 | 1111111 | 0 | 1010100 | 100111 | 10010 | 101001000 | 1001000 | 101111 |
Color Harmonies of #D0227F
Complementary color
Monochromatic Colors of #D0227F
Black with #D0227F
Text Example
Text Example
White with #D0227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0227F; }
p { color: rgb(208,34,127); }
H1.HeaderClassName
{
color: #D0227F;
}
.AnyTagClassName
{
color: #D0227F;
}
</style>
background-color css
<style>
a { background-color: #D0227F; }
a { background-color: rgb(208,34,127); }
div.DivClassName
{
background-color: #D0227F;
}
.BgClassName
{
background-color: #D0227F;
}
</style>
border-color css
<style>
span { border-color: #D0227F; }
span { border-color: rgb(208,34,127); }
td.TdClassName
{
border-color: #D0227F;
}
.TagClassName
{
border-color: #D0227F;
}
</style>