Shades of Medium Violet Red #D01795
Tints of Medium Violet Red #D01795
RGB
CMYK
RGB Variations
Color information
#D01795 (or 0xD01795) is known color: Medium Violet Red. HEX triplet: D0, 17 and 95. RGB value is (208,23,149). Sum of RGB (Red+Green+Blue) = 208+23+149=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D01795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01795 is #2FE86A. Grayscale: #5C5C5C. Windows color (decimal): -3139691 or 9770960. OLE color: 9770960.
HSL color Cylindrical-coordinate representation of color #D01795: hue angle of 319.14º 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 #D01795 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 149 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.18 |
| HSL | 319.14º | 0.8% | 0.45% | - |
| HSV(B) | 319.14º | 0.89% | 0.82% | - |
| XYZ | 31.74 | 16.19 | 29.89 | - |
| YUV | 92.68 | 159.79 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 149 | 0 | 0.89 | 0.28 | 0.18 | 319.14 | 0.8 | 0.45 |
| Hex | D0 | 17 | 95 | 0 | 59 | 1C | 12 | 13F | 50 | 2D |
| Octal | 320 | 27 | 225 | 0 | 131 | 34 | 22 | 477 | 120 | 55 |
| Binary | 11010000 | 10111 | 10010101 | 0 | 1011001 | 11100 | 10010 | 100111111 | 1010000 | 101101 |
Color Harmonies of #D01795
Complementary color
Monochromatic Colors of #D01795
Black with #D01795
Text Example
Text Example
White with #D01795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01795; }
p { color: rgb(208,23,149); }
H1.HeaderClassName
{
color: #D01795;
}
.AnyTagClassName
{
color: #D01795;
}
</style>
background-color css
<style>
a { background-color: #D01795; }
a { background-color: rgb(208,23,149); }
div.DivClassName
{
background-color: #D01795;
}
.BgClassName
{
background-color: #D01795;
}
</style>
border-color css
<style>
span { border-color: #D01795; }
span { border-color: rgb(208,23,149); }
td.TdClassName
{
border-color: #D01795;
}
.TagClassName
{
border-color: #D01795;
}
</style>