Shades of Medium Violet Red #D01293
Tints of Medium Violet Red #D01293
RGB
CMYK
RGB Variations
Color information
#D01293 (or 0xD01293) is known color: Medium Violet Red. HEX triplet: D0, 12 and 93. RGB value is (208,18,147). Sum of RGB (Red+Green+Blue) = 208+18+147=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D01293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01293 is #2FED6C. Grayscale: #595959. Windows color (decimal): -3140973 or 9638608. OLE color: 9638608.
HSL color Cylindrical-coordinate representation of color #D01293: hue angle of 319.26º 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 #D01293 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 147 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.18 |
| HSL | 319.26º | 0.84% | 0.44% | - |
| HSV(B) | 319.26º | 0.91% | 0.82% | - |
| XYZ | 31.5 | 15.95 | 29.02 | - |
| YUV | 89.52 | 160.45 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 147 | 0 | 0.91 | 0.29 | 0.18 | 319.26 | 0.84 | 0.44 |
| Hex | D0 | 12 | 93 | 0 | 5B | 1D | 12 | 13F | 54 | 2C |
| Octal | 320 | 22 | 223 | 0 | 133 | 35 | 22 | 477 | 124 | 54 |
| Binary | 11010000 | 10010 | 10010011 | 0 | 1011011 | 11101 | 10010 | 100111111 | 1010100 | 101100 |
Color Harmonies of #D01293
Complementary color
Monochromatic Colors of #D01293
Black with #D01293
Text Example
Text Example
White with #D01293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01293; }
p { color: rgb(208,18,147); }
H1.HeaderClassName
{
color: #D01293;
}
.AnyTagClassName
{
color: #D01293;
}
</style>
background-color css
<style>
a { background-color: #D01293; }
a { background-color: rgb(208,18,147); }
div.DivClassName
{
background-color: #D01293;
}
.BgClassName
{
background-color: #D01293;
}
</style>
border-color css
<style>
span { border-color: #D01293; }
span { border-color: rgb(208,18,147); }
td.TdClassName
{
border-color: #D01293;
}
.TagClassName
{
border-color: #D01293;
}
</style>