Shades of Medium Violet Red #D0228F
Tints of Medium Violet Red #D0228F
RGB
CMYK
RGB Variations
Color information
#D0228F (or 0xD0228F) is known color: Medium Violet Red. HEX triplet: D0, 22 and 8F. RGB value is (208,34,143). Sum of RGB (Red+Green+Blue) = 208+34+143=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0228F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0228F is #2FDD70. Grayscale: #626262. Windows color (decimal): -3136881 or 9380560. OLE color: 9380560.
HSL color Cylindrical-coordinate representation of color #D0228F: hue angle of 322.41º 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 #D0228F is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 143 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.18 |
| HSL | 322.41º | 0.72% | 0.47% | - |
| HSV(B) | 322.41º | 0.84% | 0.82% | - |
| XYZ | 31.54 | 16.54 | 27.52 | - |
| YUV | 98.45 | 153.15 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 143 | 0 | 0.84 | 0.31 | 0.18 | 322.41 | 0.72 | 0.47 |
| Hex | D0 | 22 | 8F | 0 | 54 | 1F | 12 | 142 | 48 | 2F |
| Octal | 320 | 42 | 217 | 0 | 124 | 37 | 22 | 502 | 110 | 57 |
| Binary | 11010000 | 100010 | 10001111 | 0 | 1010100 | 11111 | 10010 | 101000010 | 1001000 | 101111 |
Color Harmonies of #D0228F
Complementary color
Monochromatic Colors of #D0228F
Black with #D0228F
Text Example
Text Example
White with #D0228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0228F; }
p { color: rgb(208,34,143); }
H1.HeaderClassName
{
color: #D0228F;
}
.AnyTagClassName
{
color: #D0228F;
}
</style>
background-color css
<style>
a { background-color: #D0228F; }
a { background-color: rgb(208,34,143); }
div.DivClassName
{
background-color: #D0228F;
}
.BgClassName
{
background-color: #D0228F;
}
</style>
border-color css
<style>
span { border-color: #D0228F; }
span { border-color: rgb(208,34,143); }
td.TdClassName
{
border-color: #D0228F;
}
.TagClassName
{
border-color: #D0228F;
}
</style>