Shades of Medium Violet Red #D0227D
Tints of Medium Violet Red #D0227D
RGB
CMYK
RGB Variations
Color information
#D0227D (or 0xD0227D) is known color: Medium Violet Red. HEX triplet: D0, 22 and 7D. RGB value is (208,34,125). Sum of RGB (Red+Green+Blue) = 208+34+125=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0227D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0227D is #2FDD82. Grayscale: #606060. Windows color (decimal): -3136899 or 8200912. OLE color: 8200912.
HSL color Cylindrical-coordinate representation of color #D0227D: hue angle of 328.62º 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 #D0227D is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 125 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.18 |
| HSL | 328.62º | 0.72% | 0.47% | - |
| HSV(B) | 328.62º | 0.84% | 0.82% | - |
| XYZ | 30.29 | 16.03 | 20.9 | - |
| YUV | 96.4 | 144.15 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 125 | 0 | 0.84 | 0.40 | 0.18 | 328.62 | 0.72 | 0.47 |
| Hex | D0 | 22 | 7D | 0 | 54 | 28 | 12 | 149 | 48 | 2F |
| Octal | 320 | 42 | 175 | 0 | 124 | 50 | 22 | 511 | 110 | 57 |
| Binary | 11010000 | 100010 | 1111101 | 0 | 1010100 | 101000 | 10010 | 101001001 | 1001000 | 101111 |
Color Harmonies of #D0227D
Complementary color
Monochromatic Colors of #D0227D
Black with #D0227D
Text Example
Text Example
White with #D0227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0227D; }
p { color: rgb(208,34,125); }
H1.HeaderClassName
{
color: #D0227D;
}
.AnyTagClassName
{
color: #D0227D;
}
</style>
background-color css
<style>
a { background-color: #D0227D; }
a { background-color: rgb(208,34,125); }
div.DivClassName
{
background-color: #D0227D;
}
.BgClassName
{
background-color: #D0227D;
}
</style>
border-color css
<style>
span { border-color: #D0227D; }
span { border-color: rgb(208,34,125); }
td.TdClassName
{
border-color: #D0227D;
}
.TagClassName
{
border-color: #D0227D;
}
</style>