Shades of Medium Violet Red #D00392
Tints of Medium Violet Red #D00392
RGB
CMYK
RGB Variations
Color information
#D00392 (or 0xD00392) is known color: Medium Violet Red. HEX triplet: D0, 03 and 92. RGB value is (208,3,146). Sum of RGB (Red+Green+Blue) = 208+3+146=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D00392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00392 is #2FFC6D. Grayscale: #505050. Windows color (decimal): -3144814 or 9569232. OLE color: 9569232.
HSL color Cylindrical-coordinate representation of color #D00392: hue angle of 318.15º 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 #D00392 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 146 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.18 |
| HSL | 318.15º | 0.97% | 0.41% | - |
| HSV(B) | 318.15º | 0.99% | 0.82% | - |
| XYZ | 31.23 | 15.55 | 28.55 | - |
| YUV | 80.6 | 164.92 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 146 | 0 | 0.99 | 0.30 | 0.18 | 318.15 | 0.97 | 0.41 |
| Hex | D0 | 3 | 92 | 0 | 63 | 1E | 12 | 13E | 61 | 29 |
| Octal | 320 | 3 | 222 | 0 | 143 | 36 | 22 | 476 | 141 | 51 |
| Binary | 11010000 | 11 | 10010010 | 0 | 1100011 | 11110 | 10010 | 100111110 | 1100001 | 101001 |
Color Harmonies of #D00392
Complementary color
Monochromatic Colors of #D00392
Black with #D00392
Text Example
Text Example
White with #D00392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00392; }
p { color: rgb(208,3,146); }
H1.HeaderClassName
{
color: #D00392;
}
.AnyTagClassName
{
color: #D00392;
}
</style>
background-color css
<style>
a { background-color: #D00392; }
a { background-color: rgb(208,3,146); }
div.DivClassName
{
background-color: #D00392;
}
.BgClassName
{
background-color: #D00392;
}
</style>
border-color css
<style>
span { border-color: #D00392; }
span { border-color: rgb(208,3,146); }
td.TdClassName
{
border-color: #D00392;
}
.TagClassName
{
border-color: #D00392;
}
</style>