Shades of Medium Violet Red #D01274
Tints of Medium Violet Red #D01274
RGB
CMYK
RGB Variations
Color information
#D01274 (or 0xD01274) is known color: Medium Violet Red. HEX triplet: D0, 12 and 74. RGB value is (208,18,116). Sum of RGB (Red+Green+Blue) = 208+18+116=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D01274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01274 is #2FED8B. Grayscale: #555555. Windows color (decimal): -3141004 or 7606992. OLE color: 7606992.
HSL color Cylindrical-coordinate representation of color #D01274: hue angle of 329.05º 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 #D01274 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 116 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.18 |
| HSL | 329.05º | 0.84% | 0.44% | - |
| HSV(B) | 329.05º | 0.91% | 0.82% | - |
| XYZ | 29.38 | 15.1 | 17.89 | - |
| YUV | 85.98 | 144.95 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 116 | 0 | 0.91 | 0.44 | 0.18 | 329.05 | 0.84 | 0.44 |
| Hex | D0 | 12 | 74 | 0 | 5B | 2C | 12 | 149 | 54 | 2C |
| Octal | 320 | 22 | 164 | 0 | 133 | 54 | 22 | 511 | 124 | 54 |
| Binary | 11010000 | 10010 | 1110100 | 0 | 1011011 | 101100 | 10010 | 101001001 | 1010100 | 101100 |
Color Harmonies of #D01274
Complementary color
Monochromatic Colors of #D01274
Black with #D01274
Text Example
Text Example
White with #D01274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01274; }
p { color: rgb(208,18,116); }
H1.HeaderClassName
{
color: #D01274;
}
.AnyTagClassName
{
color: #D01274;
}
</style>
background-color css
<style>
a { background-color: #D01274; }
a { background-color: rgb(208,18,116); }
div.DivClassName
{
background-color: #D01274;
}
.BgClassName
{
background-color: #D01274;
}
</style>
border-color css
<style>
span { border-color: #D01274; }
span { border-color: rgb(208,18,116); }
td.TdClassName
{
border-color: #D01274;
}
.TagClassName
{
border-color: #D01274;
}
</style>