Shades of Medium Violet Red #D02295
Tints of Medium Violet Red #D02295
RGB
CMYK
RGB Variations
Color information
#D02295 (or 0xD02295) is known color: Medium Violet Red. HEX triplet: D0, 22 and 95. RGB value is (208,34,149). Sum of RGB (Red+Green+Blue) = 208+34+149=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D02295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02295 is #2FDD6A. Grayscale: #626262. Windows color (decimal): -3136875 or 9773776. OLE color: 9773776.
HSL color Cylindrical-coordinate representation of color #D02295: hue angle of 320.34º 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 #D02295 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 149 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.18 |
| HSL | 320.34º | 0.72% | 0.47% | - |
| HSV(B) | 320.34º | 0.84% | 0.82% | - |
| XYZ | 32.01 | 16.72 | 29.97 | - |
| YUV | 99.14 | 156.15 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 149 | 0 | 0.84 | 0.28 | 0.18 | 320.34 | 0.72 | 0.47 |
| Hex | D0 | 22 | 95 | 0 | 54 | 1C | 12 | 140 | 48 | 2F |
| Octal | 320 | 42 | 225 | 0 | 124 | 34 | 22 | 500 | 110 | 57 |
| Binary | 11010000 | 100010 | 10010101 | 0 | 1010100 | 11100 | 10010 | 101000000 | 1001000 | 101111 |
Color Harmonies of #D02295
Complementary color
Monochromatic Colors of #D02295
Black with #D02295
Text Example
Text Example
White with #D02295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02295; }
p { color: rgb(208,34,149); }
H1.HeaderClassName
{
color: #D02295;
}
.AnyTagClassName
{
color: #D02295;
}
</style>
background-color css
<style>
a { background-color: #D02295; }
a { background-color: rgb(208,34,149); }
div.DivClassName
{
background-color: #D02295;
}
.BgClassName
{
background-color: #D02295;
}
</style>
border-color css
<style>
span { border-color: #D02295; }
span { border-color: rgb(208,34,149); }
td.TdClassName
{
border-color: #D02295;
}
.TagClassName
{
border-color: #D02295;
}
</style>