Shades of Medium Violet Red #D01885
Tints of Medium Violet Red #D01885
RGB
CMYK
RGB Variations
Color information
#D01885 (or 0xD01885) is known color: Medium Violet Red. HEX triplet: D0, 18 and 85. RGB value is (208,24,133). Sum of RGB (Red+Green+Blue) = 208+24+133=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D01885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01885 is #2FE77A. Grayscale: #5B5B5B. Windows color (decimal): -3139451 or 8722640. OLE color: 8722640.
HSL color Cylindrical-coordinate representation of color #D01885: hue angle of 324.46º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01885 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 133 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.18 |
| HSL | 324.46º | 0.79% | 0.45% | - |
| HSV(B) | 324.46º | 0.88% | 0.82% | - |
| XYZ | 30.57 | 15.76 | 23.62 | - |
| YUV | 91.44 | 151.46 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 133 | 0 | 0.88 | 0.36 | 0.18 | 324.46 | 0.79 | 0.45 |
| Hex | D0 | 18 | 85 | 0 | 58 | 24 | 12 | 144 | 4F | 2D |
| Octal | 320 | 30 | 205 | 0 | 130 | 44 | 22 | 504 | 117 | 55 |
| Binary | 11010000 | 11000 | 10000101 | 0 | 1011000 | 100100 | 10010 | 101000100 | 1001111 | 101101 |
Color Harmonies of #D01885
Complementary color
Monochromatic Colors of #D01885
Black with #D01885
Text Example
Text Example
White with #D01885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01885; }
p { color: rgb(208,24,133); }
H1.HeaderClassName
{
color: #D01885;
}
.AnyTagClassName
{
color: #D01885;
}
</style>
background-color css
<style>
a { background-color: #D01885; }
a { background-color: rgb(208,24,133); }
div.DivClassName
{
background-color: #D01885;
}
.BgClassName
{
background-color: #D01885;
}
</style>
border-color css
<style>
span { border-color: #D01885; }
span { border-color: rgb(208,24,133); }
td.TdClassName
{
border-color: #D01885;
}
.TagClassName
{
border-color: #D01885;
}
</style>