Shades of Medium Violet Red #D01A8F
Tints of Medium Violet Red #D01A8F
RGB
CMYK
RGB Variations
Color information
#D01A8F (or 0xD01A8F) is known color: Medium Violet Red. HEX triplet: D0, 1A and 8F. RGB value is (208,26,143). Sum of RGB (Red+Green+Blue) = 208+26+143=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01A8F is #2FE570. Grayscale: #5D5D5D. Windows color (decimal): -3138929 or 9378512. OLE color: 9378512.
HSL color Cylindrical-coordinate representation of color #D01A8F: hue angle of 321.43º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01A8F is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 26 | 143 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.18 |
| HSL | 321.43º | 0.78% | 0.46% | - |
| HSV(B) | 321.43º | 0.88% | 0.82% | - |
| XYZ | 31.34 | 16.13 | 27.45 | - |
| YUV | 93.76 | 155.8 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 26 | 143 | 0 | 0.88 | 0.31 | 0.18 | 321.43 | 0.78 | 0.46 |
| Hex | D0 | 1A | 8F | 0 | 58 | 1F | 12 | 141 | 4E | 2E |
| Octal | 320 | 32 | 217 | 0 | 130 | 37 | 22 | 501 | 116 | 56 |
| Binary | 11010000 | 11010 | 10001111 | 0 | 1011000 | 11111 | 10010 | 101000001 | 1001110 | 101110 |
Color Harmonies of #D01A8F
Complementary color
Monochromatic Colors of #D01A8F
Black with #D01A8F
Text Example
Text Example
White with #D01A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01A8F; }
p { color: rgb(208,26,143); }
H1.HeaderClassName
{
color: #D01A8F;
}
.AnyTagClassName
{
color: #D01A8F;
}
</style>
background-color css
<style>
a { background-color: #D01A8F; }
a { background-color: rgb(208,26,143); }
div.DivClassName
{
background-color: #D01A8F;
}
.BgClassName
{
background-color: #D01A8F;
}
</style>
border-color css
<style>
span { border-color: #D01A8F; }
span { border-color: rgb(208,26,143); }
td.TdClassName
{
border-color: #D01A8F;
}
.TagClassName
{
border-color: #D01A8F;
}
</style>