Shades of Medium Violet Red #D00382
Tints of Medium Violet Red #D00382
RGB
CMYK
RGB Variations
Color information
#D00382 (or 0xD00382) is known color: Medium Violet Red. HEX triplet: D0, 03 and 82. RGB value is (208,3,130). Sum of RGB (Red+Green+Blue) = 208+3+130=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D00382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00382 is #2FFC7D. Grayscale: #4E4E4E. Windows color (decimal): -3144830 or 8520656. OLE color: 8520656.
HSL color Cylindrical-coordinate representation of color #D00382: hue angle of 322.83º 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 #D00382 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 130 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.18 |
| HSL | 322.83º | 0.97% | 0.41% | - |
| HSV(B) | 322.83º | 0.99% | 0.82% | - |
| XYZ | 30.07 | 15.09 | 22.45 | - |
| YUV | 78.77 | 156.92 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 130 | 0 | 0.99 | 0.38 | 0.18 | 322.83 | 0.97 | 0.41 |
| Hex | D0 | 3 | 82 | 0 | 63 | 26 | 12 | 143 | 61 | 29 |
| Octal | 320 | 3 | 202 | 0 | 143 | 46 | 22 | 503 | 141 | 51 |
| Binary | 11010000 | 11 | 10000010 | 0 | 1100011 | 100110 | 10010 | 101000011 | 1100001 | 101001 |
Color Harmonies of #D00382
Complementary color
Monochromatic Colors of #D00382
Black with #D00382
Text Example
Text Example
White with #D00382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00382; }
p { color: rgb(208,3,130); }
H1.HeaderClassName
{
color: #D00382;
}
.AnyTagClassName
{
color: #D00382;
}
</style>
background-color css
<style>
a { background-color: #D00382; }
a { background-color: rgb(208,3,130); }
div.DivClassName
{
background-color: #D00382;
}
.BgClassName
{
background-color: #D00382;
}
</style>
border-color css
<style>
span { border-color: #D00382; }
span { border-color: rgb(208,3,130); }
td.TdClassName
{
border-color: #D00382;
}
.TagClassName
{
border-color: #D00382;
}
</style>