Shades of Medium Violet Red #D0249E
Tints of Medium Violet Red #D0249E
RGB
CMYK
RGB Variations
Color information
#D0249E (or 0xD0249E) is known color: Medium Violet Red. HEX triplet: D0, 24 and 9E. RGB value is (208,36,158). Sum of RGB (Red+Green+Blue) = 208+36+158=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0249E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0249E is #2FDB61. Grayscale: #656565. Windows color (decimal): -3136354 or 10364112. OLE color: 10364112.
HSL color Cylindrical-coordinate representation of color #D0249E: hue angle of 317.44º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0249E is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 158 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.18 |
| HSL | 317.44º | 0.7% | 0.48% | - |
| HSV(B) | 317.44º | 0.83% | 0.82% | - |
| XYZ | 32.81 | 17.14 | 33.93 | - |
| YUV | 101.34 | 159.98 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 158 | 0 | 0.83 | 0.24 | 0.18 | 317.44 | 0.7 | 0.48 |
| Hex | D0 | 24 | 9E | 0 | 53 | 18 | 12 | 13D | 46 | 30 |
| Octal | 320 | 44 | 236 | 0 | 123 | 30 | 22 | 475 | 106 | 60 |
| Binary | 11010000 | 100100 | 10011110 | 0 | 1010011 | 11000 | 10010 | 100111101 | 1000110 | 110000 |
Color Harmonies of #D0249E
Complementary color
Monochromatic Colors of #D0249E
Black with #D0249E
Text Example
Text Example
White with #D0249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0249E; }
p { color: rgb(208,36,158); }
H1.HeaderClassName
{
color: #D0249E;
}
.AnyTagClassName
{
color: #D0249E;
}
</style>
background-color css
<style>
a { background-color: #D0249E; }
a { background-color: rgb(208,36,158); }
div.DivClassName
{
background-color: #D0249E;
}
.BgClassName
{
background-color: #D0249E;
}
</style>
border-color css
<style>
span { border-color: #D0249E; }
span { border-color: rgb(208,36,158); }
td.TdClassName
{
border-color: #D0249E;
}
.TagClassName
{
border-color: #D0249E;
}
</style>