Shades of Medium Violet Red #D00386
Tints of Medium Violet Red #D00386
RGB
CMYK
RGB Variations
Color information
#D00386 (or 0xD00386) is known color: Medium Violet Red. HEX triplet: D0, 03 and 86. RGB value is (208,3,134). Sum of RGB (Red+Green+Blue) = 208+3+134=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D00386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00386 is #2FFC79. Grayscale: #4E4E4E. Windows color (decimal): -3144826 or 8782800. OLE color: 8782800.
HSL color Cylindrical-coordinate representation of color #D00386: hue angle of 321.66º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00386 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 134 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.18 |
| HSL | 321.66º | 0.97% | 0.41% | - |
| HSV(B) | 321.66º | 0.99% | 0.82% | - |
| XYZ | 30.35 | 15.2 | 23.89 | - |
| YUV | 79.23 | 158.92 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 134 | 0 | 0.99 | 0.36 | 0.18 | 321.66 | 0.97 | 0.41 |
| Hex | D0 | 3 | 86 | 0 | 63 | 24 | 12 | 142 | 61 | 29 |
| Octal | 320 | 3 | 206 | 0 | 143 | 44 | 22 | 502 | 141 | 51 |
| Binary | 11010000 | 11 | 10000110 | 0 | 1100011 | 100100 | 10010 | 101000010 | 1100001 | 101001 |
Color Harmonies of #D00386
Complementary color
Monochromatic Colors of #D00386
Black with #D00386
Text Example
Text Example
White with #D00386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00386; }
p { color: rgb(208,3,134); }
H1.HeaderClassName
{
color: #D00386;
}
.AnyTagClassName
{
color: #D00386;
}
</style>
background-color css
<style>
a { background-color: #D00386; }
a { background-color: rgb(208,3,134); }
div.DivClassName
{
background-color: #D00386;
}
.BgClassName
{
background-color: #D00386;
}
</style>
border-color css
<style>
span { border-color: #D00386; }
span { border-color: rgb(208,3,134); }
td.TdClassName
{
border-color: #D00386;
}
.TagClassName
{
border-color: #D00386;
}
</style>