Shades of Medium Violet Red #D01880
Tints of Medium Violet Red #D01880
RGB
CMYK
RGB Variations
Color information
#D01880 (or 0xD01880) is known color: Medium Violet Red. HEX triplet: D0, 18 and 80. RGB value is (208,24,128). Sum of RGB (Red+Green+Blue) = 208+24+128=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D01880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01880 is #2FE77F. Grayscale: #5A5A5A. Windows color (decimal): -3139456 or 8394960. OLE color: 8394960.
HSL color Cylindrical-coordinate representation of color #D01880: hue angle of 326.09º 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 #D01880 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 128 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.18 |
| HSL | 326.09º | 0.79% | 0.45% | - |
| HSV(B) | 326.09º | 0.88% | 0.82% | - |
| XYZ | 30.24 | 15.62 | 21.84 | - |
| YUV | 90.87 | 148.96 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 128 | 0 | 0.88 | 0.38 | 0.18 | 326.09 | 0.79 | 0.45 |
| Hex | D0 | 18 | 80 | 0 | 58 | 26 | 12 | 146 | 4F | 2D |
| Octal | 320 | 30 | 200 | 0 | 130 | 46 | 22 | 506 | 117 | 55 |
| Binary | 11010000 | 11000 | 10000000 | 0 | 1011000 | 100110 | 10010 | 101000110 | 1001111 | 101101 |
Color Harmonies of #D01880
Complementary color
Monochromatic Colors of #D01880
Black with #D01880
Text Example
Text Example
White with #D01880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01880; }
p { color: rgb(208,24,128); }
H1.HeaderClassName
{
color: #D01880;
}
.AnyTagClassName
{
color: #D01880;
}
</style>
background-color css
<style>
a { background-color: #D01880; }
a { background-color: rgb(208,24,128); }
div.DivClassName
{
background-color: #D01880;
}
.BgClassName
{
background-color: #D01880;
}
</style>
border-color css
<style>
span { border-color: #D01880; }
span { border-color: rgb(208,24,128); }
td.TdClassName
{
border-color: #D01880;
}
.TagClassName
{
border-color: #D01880;
}
</style>