Shades of Medium Violet Red #D0229D
Tints of Medium Violet Red #D0229D
RGB
CMYK
RGB Variations
Color information
#D0229D (or 0xD0229D) is known color: Medium Violet Red. HEX triplet: D0, 22 and 9D. RGB value is (208,34,157). Sum of RGB (Red+Green+Blue) = 208+34+157=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0229D is #2FDD62. Grayscale: #636363. Windows color (decimal): -3136867 or 10298064. OLE color: 10298064.
HSL color Cylindrical-coordinate representation of color #D0229D: hue angle of 317.59º 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 #D0229D is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 157 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.18 |
| HSL | 317.59º | 0.72% | 0.47% | - |
| HSV(B) | 317.59º | 0.84% | 0.82% | - |
| XYZ | 32.67 | 16.99 | 33.46 | - |
| YUV | 100.05 | 160.15 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 157 | 0 | 0.84 | 0.25 | 0.18 | 317.59 | 0.72 | 0.47 |
| Hex | D0 | 22 | 9D | 0 | 54 | 19 | 12 | 13E | 48 | 2F |
| Octal | 320 | 42 | 235 | 0 | 124 | 31 | 22 | 476 | 110 | 57 |
| Binary | 11010000 | 100010 | 10011101 | 0 | 1010100 | 11001 | 10010 | 100111110 | 1001000 | 101111 |
Color Harmonies of #D0229D
Complementary color
Monochromatic Colors of #D0229D
Black with #D0229D
Text Example
Text Example
White with #D0229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0229D; }
p { color: rgb(208,34,157); }
H1.HeaderClassName
{
color: #D0229D;
}
.AnyTagClassName
{
color: #D0229D;
}
</style>
background-color css
<style>
a { background-color: #D0229D; }
a { background-color: rgb(208,34,157); }
div.DivClassName
{
background-color: #D0229D;
}
.BgClassName
{
background-color: #D0229D;
}
</style>
border-color css
<style>
span { border-color: #D0229D; }
span { border-color: rgb(208,34,157); }
td.TdClassName
{
border-color: #D0229D;
}
.TagClassName
{
border-color: #D0229D;
}
</style>