Shades of Medium Violet Red #D01792
Tints of Medium Violet Red #D01792
RGB
CMYK
RGB Variations
Color information
#D01792 (or 0xD01792) is known color: Medium Violet Red. HEX triplet: D0, 17 and 92. RGB value is (208,23,146). Sum of RGB (Red+Green+Blue) = 208+23+146=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D01792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01792 is #2FE86D. Grayscale: #5C5C5C. Windows color (decimal): -3139694 or 9574352. OLE color: 9574352.
HSL color Cylindrical-coordinate representation of color #D01792: hue angle of 320.11º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01792 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 146 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.18 |
| HSL | 320.11º | 0.8% | 0.45% | - |
| HSV(B) | 320.11º | 0.89% | 0.82% | - |
| XYZ | 31.51 | 16.1 | 28.64 | - |
| YUV | 92.34 | 158.29 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 146 | 0 | 0.89 | 0.30 | 0.18 | 320.11 | 0.8 | 0.45 |
| Hex | D0 | 17 | 92 | 0 | 59 | 1E | 12 | 140 | 50 | 2D |
| Octal | 320 | 27 | 222 | 0 | 131 | 36 | 22 | 500 | 120 | 55 |
| Binary | 11010000 | 10111 | 10010010 | 0 | 1011001 | 11110 | 10010 | 101000000 | 1010000 | 101101 |
Color Harmonies of #D01792
Complementary color
Monochromatic Colors of #D01792
Black with #D01792
Text Example
Text Example
White with #D01792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01792; }
p { color: rgb(208,23,146); }
H1.HeaderClassName
{
color: #D01792;
}
.AnyTagClassName
{
color: #D01792;
}
</style>
background-color css
<style>
a { background-color: #D01792; }
a { background-color: rgb(208,23,146); }
div.DivClassName
{
background-color: #D01792;
}
.BgClassName
{
background-color: #D01792;
}
</style>
border-color css
<style>
span { border-color: #D01792; }
span { border-color: rgb(208,23,146); }
td.TdClassName
{
border-color: #D01792;
}
.TagClassName
{
border-color: #D01792;
}
</style>