Shades of Medium Violet Red #D01599
Tints of Medium Violet Red #D01599
RGB
CMYK
RGB Variations
Color information
#D01599 (or 0xD01599) is known color: Medium Violet Red. HEX triplet: D0, 15 and 99. RGB value is (208,21,153). Sum of RGB (Red+Green+Blue) = 208+21+153=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D01599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01599 is #2FEA66. Grayscale: #5B5B5B. Windows color (decimal): -3140199 or 10032592. OLE color: 10032592.
HSL color Cylindrical-coordinate representation of color #D01599: hue angle of 317.65º 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 #D01599 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 153 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.18 |
| HSL | 317.65º | 0.82% | 0.45% | - |
| HSV(B) | 317.65º | 0.9% | 0.82% | - |
| XYZ | 32.03 | 16.25 | 31.58 | - |
| YUV | 91.96 | 162.45 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 153 | 0 | 0.90 | 0.26 | 0.18 | 317.65 | 0.82 | 0.45 |
| Hex | D0 | 15 | 99 | 0 | 5A | 1A | 12 | 13E | 52 | 2D |
| Octal | 320 | 25 | 231 | 0 | 132 | 32 | 22 | 476 | 122 | 55 |
| Binary | 11010000 | 10101 | 10011001 | 0 | 1011010 | 11010 | 10010 | 100111110 | 1010010 | 101101 |
Color Harmonies of #D01599
Complementary color
Monochromatic Colors of #D01599
Black with #D01599
Text Example
Text Example
White with #D01599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01599; }
p { color: rgb(208,21,153); }
H1.HeaderClassName
{
color: #D01599;
}
.AnyTagClassName
{
color: #D01599;
}
</style>
background-color css
<style>
a { background-color: #D01599; }
a { background-color: rgb(208,21,153); }
div.DivClassName
{
background-color: #D01599;
}
.BgClassName
{
background-color: #D01599;
}
</style>
border-color css
<style>
span { border-color: #D01599; }
span { border-color: rgb(208,21,153); }
td.TdClassName
{
border-color: #D01599;
}
.TagClassName
{
border-color: #D01599;
}
</style>