Shades of Medium Violet Red #D00375
Tints of Medium Violet Red #D00375
RGB
CMYK
RGB Variations
Color information
#D00375 (or 0xD00375) is known color: Medium Violet Red. HEX triplet: D0, 03 and 75. RGB value is (208,3,117). Sum of RGB (Red+Green+Blue) = 208+3+117=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D00375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00375 is #2FFC8A. Grayscale: #4D4D4D. Windows color (decimal): -3144843 or 7668688. OLE color: 7668688.
HSL color Cylindrical-coordinate representation of color #D00375: hue angle of 326.63º 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 #D00375 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 117 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.18 |
| HSL | 326.63º | 0.97% | 0.41% | - |
| HSV(B) | 326.63º | 0.99% | 0.82% | - |
| XYZ | 29.26 | 14.76 | 18.14 | - |
| YUV | 77.29 | 150.42 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 117 | 0 | 0.99 | 0.44 | 0.18 | 326.63 | 0.97 | 0.41 |
| Hex | D0 | 3 | 75 | 0 | 63 | 2C | 12 | 147 | 61 | 29 |
| Octal | 320 | 3 | 165 | 0 | 143 | 54 | 22 | 507 | 141 | 51 |
| Binary | 11010000 | 11 | 1110101 | 0 | 1100011 | 101100 | 10010 | 101000111 | 1100001 | 101001 |
Color Harmonies of #D00375
Complementary color
Monochromatic Colors of #D00375
Black with #D00375
Text Example
Text Example
White with #D00375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00375; }
p { color: rgb(208,3,117); }
H1.HeaderClassName
{
color: #D00375;
}
.AnyTagClassName
{
color: #D00375;
}
</style>
background-color css
<style>
a { background-color: #D00375; }
a { background-color: rgb(208,3,117); }
div.DivClassName
{
background-color: #D00375;
}
.BgClassName
{
background-color: #D00375;
}
</style>
border-color css
<style>
span { border-color: #D00375; }
span { border-color: rgb(208,3,117); }
td.TdClassName
{
border-color: #D00375;
}
.TagClassName
{
border-color: #D00375;
}
</style>