Shades of Medium Violet Red #D01385
Tints of Medium Violet Red #D01385
RGB
CMYK
RGB Variations
Color information
#D01385 (or 0xD01385) is known color: Medium Violet Red. HEX triplet: D0, 13 and 85. RGB value is (208,19,133). Sum of RGB (Red+Green+Blue) = 208+19+133=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D01385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01385 is #2FEC7A. Grayscale: #585858. Windows color (decimal): -3140731 or 8721360. OLE color: 8721360.
HSL color Cylindrical-coordinate representation of color #D01385: hue angle of 323.81º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01385 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 133 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.18 |
| HSL | 323.81º | 0.83% | 0.45% | - |
| HSV(B) | 323.81º | 0.91% | 0.82% | - |
| XYZ | 30.48 | 15.57 | 23.59 | - |
| YUV | 88.51 | 153.12 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 133 | 0 | 0.91 | 0.36 | 0.18 | 323.81 | 0.83 | 0.45 |
| Hex | D0 | 13 | 85 | 0 | 5B | 24 | 12 | 144 | 53 | 2D |
| Octal | 320 | 23 | 205 | 0 | 133 | 44 | 22 | 504 | 123 | 55 |
| Binary | 11010000 | 10011 | 10000101 | 0 | 1011011 | 100100 | 10010 | 101000100 | 1010011 | 101101 |
Color Harmonies of #D01385
Complementary color
Monochromatic Colors of #D01385
Black with #D01385
Text Example
Text Example
White with #D01385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01385; }
p { color: rgb(208,19,133); }
H1.HeaderClassName
{
color: #D01385;
}
.AnyTagClassName
{
color: #D01385;
}
</style>
background-color css
<style>
a { background-color: #D01385; }
a { background-color: rgb(208,19,133); }
div.DivClassName
{
background-color: #D01385;
}
.BgClassName
{
background-color: #D01385;
}
</style>
border-color css
<style>
span { border-color: #D01385; }
span { border-color: rgb(208,19,133); }
td.TdClassName
{
border-color: #D01385;
}
.TagClassName
{
border-color: #D01385;
}
</style>