Shades of Medium Violet Red #D00D92
Tints of Medium Violet Red #D00D92
RGB
CMYK
RGB Variations
Color information
#D00D92 (or 0xD00D92) is known color: Medium Violet Red. HEX triplet: D0, 0D and 92. RGB value is (208,13,146). Sum of RGB (Red+Green+Blue) = 208+13+146=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00D92 is #2FF26D. Grayscale: #565656. Windows color (decimal): -3142254 or 9571792. OLE color: 9571792.
HSL color Cylindrical-coordinate representation of color #D00D92: hue angle of 319.08º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00D92 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 146 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.18 |
| HSL | 319.08º | 0.88% | 0.43% | - |
| HSV(B) | 319.08º | 0.94% | 0.82% | - |
| XYZ | 31.34 | 15.77 | 28.59 | - |
| YUV | 86.47 | 161.6 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 146 | 0 | 0.94 | 0.30 | 0.18 | 319.08 | 0.88 | 0.43 |
| Hex | D0 | D | 92 | 0 | 5E | 1E | 12 | 13F | 58 | 2B |
| Octal | 320 | 15 | 222 | 0 | 136 | 36 | 22 | 477 | 130 | 53 |
| Binary | 11010000 | 1101 | 10010010 | 0 | 1011110 | 11110 | 10010 | 100111111 | 1011000 | 101011 |
Color Harmonies of #D00D92
Complementary color
Monochromatic Colors of #D00D92
Black with #D00D92
Text Example
Text Example
White with #D00D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D92; }
p { color: rgb(208,13,146); }
H1.HeaderClassName
{
color: #D00D92;
}
.AnyTagClassName
{
color: #D00D92;
}
</style>
background-color css
<style>
a { background-color: #D00D92; }
a { background-color: rgb(208,13,146); }
div.DivClassName
{
background-color: #D00D92;
}
.BgClassName
{
background-color: #D00D92;
}
</style>
border-color css
<style>
span { border-color: #D00D92; }
span { border-color: rgb(208,13,146); }
td.TdClassName
{
border-color: #D00D92;
}
.TagClassName
{
border-color: #D00D92;
}
</style>