Shades of Medium Violet Red #D01B90
Tints of Medium Violet Red #D01B90
RGB
CMYK
RGB Variations
Color information
#D01B90 (or 0xD01B90) is known color: Medium Violet Red. HEX triplet: D0, 1B and 90. RGB value is (208,27,144). Sum of RGB (Red+Green+Blue) = 208+27+144=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D01B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01B90 is #2FE46F. Grayscale: #5E5E5E. Windows color (decimal): -3138672 or 9444304. OLE color: 9444304.
HSL color Cylindrical-coordinate representation of color #D01B90: hue angle of 321.22º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01B90 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 27 | 144 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.18 |
| HSL | 321.22º | 0.77% | 0.46% | - |
| HSV(B) | 321.22º | 0.87% | 0.82% | - |
| XYZ | 31.44 | 16.21 | 27.86 | - |
| YUV | 94.46 | 155.97 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 144 | 0 | 0.87 | 0.31 | 0.18 | 321.22 | 0.77 | 0.46 |
| Hex | D0 | 1B | 90 | 0 | 57 | 1F | 12 | 141 | 4D | 2E |
| Octal | 320 | 33 | 220 | 0 | 127 | 37 | 22 | 501 | 115 | 56 |
| Binary | 11010000 | 11011 | 10010000 | 0 | 1010111 | 11111 | 10010 | 101000001 | 1001101 | 101110 |
Color Harmonies of #D01B90
Complementary color
Monochromatic Colors of #D01B90
Black with #D01B90
Text Example
Text Example
White with #D01B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01B90; }
p { color: rgb(208,27,144); }
H1.HeaderClassName
{
color: #D01B90;
}
.AnyTagClassName
{
color: #D01B90;
}
</style>
background-color css
<style>
a { background-color: #D01B90; }
a { background-color: rgb(208,27,144); }
div.DivClassName
{
background-color: #D01B90;
}
.BgClassName
{
background-color: #D01B90;
}
</style>
border-color css
<style>
span { border-color: #D01B90; }
span { border-color: rgb(208,27,144); }
td.TdClassName
{
border-color: #D01B90;
}
.TagClassName
{
border-color: #D01B90;
}
</style>