Shades of Medium Violet Red #DD0C92
Tints of Medium Violet Red #DD0C92
RGB
CMYK
RGB Variations
Color information
#DD0C92 (or 0xDD0C92) is known color: Medium Violet Red. HEX triplet: DD, 0C and 92. RGB value is (221,12,146). Sum of RGB (Red+Green+Blue) = 221+12+146=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0C92 is #22F36D. Grayscale: #595959. Windows color (decimal): -2290542 or 9571549. OLE color: 9571549.
HSL color Cylindrical-coordinate representation of color #DD0C92: hue angle of 321.53º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0C92 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 146 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.13 |
| HSL | 321.53º | 0.9% | 0.46% | - |
| HSV(B) | 321.53º | 0.95% | 0.87% | - |
| XYZ | 35.14 | 17.71 | 28.76 | - |
| YUV | 89.77 | 159.74 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 146 | 0 | 0.95 | 0.34 | 0.13 | 321.53 | 0.9 | 0.46 |
| Hex | DD | C | 92 | 0 | 5F | 22 | D | 142 | 5A | 2E |
| Octal | 335 | 14 | 222 | 0 | 137 | 42 | 15 | 502 | 132 | 56 |
| Binary | 11011101 | 1100 | 10010010 | 0 | 1011111 | 100010 | 1101 | 101000010 | 1011010 | 101110 |
Color Harmonies of #DD0C92
Complementary color
Monochromatic Colors of #DD0C92
Black with #DD0C92
Text Example
Text Example
White with #DD0C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0C92; }
p { color: rgb(221,12,146); }
H1.HeaderClassName
{
color: #DD0C92;
}
.AnyTagClassName
{
color: #DD0C92;
}
</style>
background-color css
<style>
a { background-color: #DD0C92; }
a { background-color: rgb(221,12,146); }
div.DivClassName
{
background-color: #DD0C92;
}
.BgClassName
{
background-color: #DD0C92;
}
</style>
border-color css
<style>
span { border-color: #DD0C92; }
span { border-color: rgb(221,12,146); }
td.TdClassName
{
border-color: #DD0C92;
}
.TagClassName
{
border-color: #DD0C92;
}
</style>