Shades of Medium Violet Red #D0229A
Tints of Medium Violet Red #D0229A
RGB
CMYK
RGB Variations
Color information
#D0229A (or 0xD0229A) is known color: Medium Violet Red. HEX triplet: D0, 22 and 9A. RGB value is (208,34,154). Sum of RGB (Red+Green+Blue) = 208+34+154=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0229A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0229A is #2FDD65. Grayscale: #636363. Windows color (decimal): -3136870 or 10101456. OLE color: 10101456.
HSL color Cylindrical-coordinate representation of color #D0229A: hue angle of 318.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 #D0229A is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 154 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.18 |
| HSL | 318.62º | 0.72% | 0.47% | - |
| HSV(B) | 318.62º | 0.84% | 0.82% | - |
| XYZ | 32.42 | 16.89 | 32.12 | - |
| YUV | 99.71 | 158.65 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 154 | 0 | 0.84 | 0.26 | 0.18 | 318.62 | 0.72 | 0.47 |
| Hex | D0 | 22 | 9A | 0 | 54 | 1A | 12 | 13F | 48 | 2F |
| Octal | 320 | 42 | 232 | 0 | 124 | 32 | 22 | 477 | 110 | 57 |
| Binary | 11010000 | 100010 | 10011010 | 0 | 1010100 | 11010 | 10010 | 100111111 | 1001000 | 101111 |
Color Harmonies of #D0229A
Complementary color
Monochromatic Colors of #D0229A
Black with #D0229A
Text Example
Text Example
White with #D0229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0229A; }
p { color: rgb(208,34,154); }
H1.HeaderClassName
{
color: #D0229A;
}
.AnyTagClassName
{
color: #D0229A;
}
</style>
background-color css
<style>
a { background-color: #D0229A; }
a { background-color: rgb(208,34,154); }
div.DivClassName
{
background-color: #D0229A;
}
.BgClassName
{
background-color: #D0229A;
}
</style>
border-color css
<style>
span { border-color: #D0229A; }
span { border-color: rgb(208,34,154); }
td.TdClassName
{
border-color: #D0229A;
}
.TagClassName
{
border-color: #D0229A;
}
</style>