Shades of Medium Violet Red #D02092
Tints of Medium Violet Red #D02092
RGB
CMYK
RGB Variations
Color information
#D02092 (or 0xD02092) is known color: Medium Violet Red. HEX triplet: D0, 20 and 92. RGB value is (208,32,146). Sum of RGB (Red+Green+Blue) = 208+32+146=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D02092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02092 is #2FDF6D. Grayscale: #616161. Windows color (decimal): -3137390 or 9576656. OLE color: 9576656.
HSL color Cylindrical-coordinate representation of color #D02092: hue angle of 321.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D02092 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 146 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.18 |
| HSL | 321.14º | 0.73% | 0.47% | - |
| HSV(B) | 321.14º | 0.85% | 0.82% | - |
| XYZ | 31.72 | 16.52 | 28.71 | - |
| YUV | 97.62 | 155.31 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 146 | 0 | 0.85 | 0.30 | 0.18 | 321.14 | 0.73 | 0.47 |
| Hex | D0 | 20 | 92 | 0 | 55 | 1E | 12 | 141 | 49 | 2F |
| Octal | 320 | 40 | 222 | 0 | 125 | 36 | 22 | 501 | 111 | 57 |
| Binary | 11010000 | 100000 | 10010010 | 0 | 1010101 | 11110 | 10010 | 101000001 | 1001001 | 101111 |
Color Harmonies of #D02092
Complementary color
Monochromatic Colors of #D02092
Black with #D02092
Text Example
Text Example
White with #D02092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02092; }
p { color: rgb(208,32,146); }
H1.HeaderClassName
{
color: #D02092;
}
.AnyTagClassName
{
color: #D02092;
}
</style>
background-color css
<style>
a { background-color: #D02092; }
a { background-color: rgb(208,32,146); }
div.DivClassName
{
background-color: #D02092;
}
.BgClassName
{
background-color: #D02092;
}
</style>
border-color css
<style>
span { border-color: #D02092; }
span { border-color: rgb(208,32,146); }
td.TdClassName
{
border-color: #D02092;
}
.TagClassName
{
border-color: #D02092;
}
</style>