Shades of Medium Violet Red #D01495
Tints of Medium Violet Red #D01495
RGB
CMYK
RGB Variations
Color information
#D01495 (or 0xD01495) is known color: Medium Violet Red. HEX triplet: D0, 14 and 95. RGB value is (208,20,149). Sum of RGB (Red+Green+Blue) = 208+20+149=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D01495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01495 is #2FEB6A. Grayscale: #5A5A5A. Windows color (decimal): -3140459 or 9770192. OLE color: 9770192.
HSL color Cylindrical-coordinate representation of color #D01495: hue angle of 318.83º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01495 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 149 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.18 |
| HSL | 318.83º | 0.82% | 0.45% | - |
| HSV(B) | 318.83º | 0.9% | 0.82% | - |
| XYZ | 31.69 | 16.08 | 29.87 | - |
| YUV | 90.92 | 160.78 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 149 | 0 | 0.90 | 0.28 | 0.18 | 318.83 | 0.82 | 0.45 |
| Hex | D0 | 14 | 95 | 0 | 5A | 1C | 12 | 13F | 52 | 2D |
| Octal | 320 | 24 | 225 | 0 | 132 | 34 | 22 | 477 | 122 | 55 |
| Binary | 11010000 | 10100 | 10010101 | 0 | 1011010 | 11100 | 10010 | 100111111 | 1010010 | 101101 |
Color Harmonies of #D01495
Complementary color
Monochromatic Colors of #D01495
Black with #D01495
Text Example
Text Example
White with #D01495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01495; }
p { color: rgb(208,20,149); }
H1.HeaderClassName
{
color: #D01495;
}
.AnyTagClassName
{
color: #D01495;
}
</style>
background-color css
<style>
a { background-color: #D01495; }
a { background-color: rgb(208,20,149); }
div.DivClassName
{
background-color: #D01495;
}
.BgClassName
{
background-color: #D01495;
}
</style>
border-color css
<style>
span { border-color: #D01495; }
span { border-color: rgb(208,20,149); }
td.TdClassName
{
border-color: #D01495;
}
.TagClassName
{
border-color: #D01495;
}
</style>