Shades of Medium Violet Red #D0227B
Tints of Medium Violet Red #D0227B
RGB
CMYK
RGB Variations
Color information
#D0227B (or 0xD0227B) is known color: Medium Violet Red. HEX triplet: D0, 22 and 7B. RGB value is (208,34,123). Sum of RGB (Red+Green+Blue) = 208+34+123=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D0227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0227B is #2FDD84. Grayscale: #5F5F5F. Windows color (decimal): -3136901 or 8069840. OLE color: 8069840.
HSL color Cylindrical-coordinate representation of color #D0227B: hue angle of 329.31º 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 #D0227B is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 123 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.18 |
| HSL | 329.31º | 0.72% | 0.47% | - |
| HSV(B) | 329.31º | 0.84% | 0.82% | - |
| XYZ | 30.16 | 15.98 | 20.23 | - |
| YUV | 96.17 | 143.15 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 123 | 0 | 0.84 | 0.41 | 0.18 | 329.31 | 0.72 | 0.47 |
| Hex | D0 | 22 | 7B | 0 | 54 | 29 | 12 | 149 | 48 | 2F |
| Octal | 320 | 42 | 173 | 0 | 124 | 51 | 22 | 511 | 110 | 57 |
| Binary | 11010000 | 100010 | 1111011 | 0 | 1010100 | 101001 | 10010 | 101001001 | 1001000 | 101111 |
Color Harmonies of #D0227B
Complementary color
Monochromatic Colors of #D0227B
Black with #D0227B
Text Example
Text Example
White with #D0227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0227B; }
p { color: rgb(208,34,123); }
H1.HeaderClassName
{
color: #D0227B;
}
.AnyTagClassName
{
color: #D0227B;
}
</style>
background-color css
<style>
a { background-color: #D0227B; }
a { background-color: rgb(208,34,123); }
div.DivClassName
{
background-color: #D0227B;
}
.BgClassName
{
background-color: #D0227B;
}
</style>
border-color css
<style>
span { border-color: #D0227B; }
span { border-color: rgb(208,34,123); }
td.TdClassName
{
border-color: #D0227B;
}
.TagClassName
{
border-color: #D0227B;
}
</style>