Shades of Medium Violet Red #D02595
Tints of Medium Violet Red #D02595
RGB
CMYK
RGB Variations
Color information
#D02595 (or 0xD02595) is known color: Medium Violet Red. HEX triplet: D0, 25 and 95. RGB value is (208,37,149). Sum of RGB (Red+Green+Blue) = 208+37+149=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D02595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02595 is #2FDA6A. Grayscale: #646464. Windows color (decimal): -3136107 or 9774544. OLE color: 9774544.
HSL color Cylindrical-coordinate representation of color #D02595: hue angle of 320.7º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02595 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 149 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.18 |
| HSL | 320.7º | 0.7% | 0.48% | - |
| HSV(B) | 320.7º | 0.82% | 0.82% | - |
| XYZ | 32.1 | 16.9 | 30 | - |
| YUV | 100.9 | 155.15 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 149 | 0 | 0.82 | 0.28 | 0.18 | 320.7 | 0.7 | 0.48 |
| Hex | D0 | 25 | 95 | 0 | 52 | 1C | 12 | 141 | 46 | 30 |
| Octal | 320 | 45 | 225 | 0 | 122 | 34 | 22 | 501 | 106 | 60 |
| Binary | 11010000 | 100101 | 10010101 | 0 | 1010010 | 11100 | 10010 | 101000001 | 1000110 | 110000 |
Color Harmonies of #D02595
Complementary color
Monochromatic Colors of #D02595
Black with #D02595
Text Example
Text Example
White with #D02595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02595; }
p { color: rgb(208,37,149); }
H1.HeaderClassName
{
color: #D02595;
}
.AnyTagClassName
{
color: #D02595;
}
</style>
background-color css
<style>
a { background-color: #D02595; }
a { background-color: rgb(208,37,149); }
div.DivClassName
{
background-color: #D02595;
}
.BgClassName
{
background-color: #D02595;
}
</style>
border-color css
<style>
span { border-color: #D02595; }
span { border-color: rgb(208,37,149); }
td.TdClassName
{
border-color: #D02595;
}
.TagClassName
{
border-color: #D02595;
}
</style>