Shades of Medium Violet Red #D02592
Tints of Medium Violet Red #D02592
RGB
CMYK
RGB Variations
Color information
#D02592 (or 0xD02592) is known color: Medium Violet Red. HEX triplet: D0, 25 and 92. RGB value is (208,37,146). Sum of RGB (Red+Green+Blue) = 208+37+146=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D02592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02592 is #2FDA6D. Grayscale: #646464. Windows color (decimal): -3136110 or 9577936. OLE color: 9577936.
HSL color Cylindrical-coordinate representation of color #D02592: hue angle of 321.75º 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 #D02592 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 146 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.18 |
| HSL | 321.75º | 0.7% | 0.48% | - |
| HSV(B) | 321.75º | 0.82% | 0.82% | - |
| XYZ | 31.86 | 16.81 | 28.76 | - |
| YUV | 100.56 | 153.65 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 146 | 0 | 0.82 | 0.30 | 0.18 | 321.75 | 0.7 | 0.48 |
| Hex | D0 | 25 | 92 | 0 | 52 | 1E | 12 | 142 | 46 | 30 |
| Octal | 320 | 45 | 222 | 0 | 122 | 36 | 22 | 502 | 106 | 60 |
| Binary | 11010000 | 100101 | 10010010 | 0 | 1010010 | 11110 | 10010 | 101000010 | 1000110 | 110000 |
Color Harmonies of #D02592
Complementary color
Monochromatic Colors of #D02592
Black with #D02592
Text Example
Text Example
White with #D02592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02592; }
p { color: rgb(208,37,146); }
H1.HeaderClassName
{
color: #D02592;
}
.AnyTagClassName
{
color: #D02592;
}
</style>
background-color css
<style>
a { background-color: #D02592; }
a { background-color: rgb(208,37,146); }
div.DivClassName
{
background-color: #D02592;
}
.BgClassName
{
background-color: #D02592;
}
</style>
border-color css
<style>
span { border-color: #D02592; }
span { border-color: rgb(208,37,146); }
td.TdClassName
{
border-color: #D02592;
}
.TagClassName
{
border-color: #D02592;
}
</style>