Shades of Medium Violet Red #D01275
Tints of Medium Violet Red #D01275
RGB
CMYK
RGB Variations
Color information
#D01275 (or 0xD01275) is known color: Medium Violet Red. HEX triplet: D0, 12 and 75. RGB value is (208,18,117). Sum of RGB (Red+Green+Blue) = 208+18+117=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D01275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01275 is #2FED8A. Grayscale: #555555. Windows color (decimal): -3141003 or 7672528. OLE color: 7672528.
HSL color Cylindrical-coordinate representation of color #D01275: hue angle of 328.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01275 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 117 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.18 |
| HSL | 328.74º | 0.84% | 0.44% | - |
| HSV(B) | 328.74º | 0.91% | 0.82% | - |
| XYZ | 29.44 | 15.13 | 18.2 | - |
| YUV | 86.1 | 145.45 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 117 | 0 | 0.91 | 0.44 | 0.18 | 328.74 | 0.84 | 0.44 |
| Hex | D0 | 12 | 75 | 0 | 5B | 2C | 12 | 149 | 54 | 2C |
| Octal | 320 | 22 | 165 | 0 | 133 | 54 | 22 | 511 | 124 | 54 |
| Binary | 11010000 | 10010 | 1110101 | 0 | 1011011 | 101100 | 10010 | 101001001 | 1010100 | 101100 |
Color Harmonies of #D01275
Complementary color
Monochromatic Colors of #D01275
Black with #D01275
Text Example
Text Example
White with #D01275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01275; }
p { color: rgb(208,18,117); }
H1.HeaderClassName
{
color: #D01275;
}
.AnyTagClassName
{
color: #D01275;
}
</style>
background-color css
<style>
a { background-color: #D01275; }
a { background-color: rgb(208,18,117); }
div.DivClassName
{
background-color: #D01275;
}
.BgClassName
{
background-color: #D01275;
}
</style>
border-color css
<style>
span { border-color: #D01275; }
span { border-color: rgb(208,18,117); }
td.TdClassName
{
border-color: #D01275;
}
.TagClassName
{
border-color: #D01275;
}
</style>