Shades of Medium Violet Red #D0069E
Tints of Medium Violet Red #D0069E
RGB
CMYK
RGB Variations
Color information
#D0069E (or 0xD0069E) is known color: Medium Violet Red. HEX triplet: D0, 06 and 9E. RGB value is (208,6,158). Sum of RGB (Red+Green+Blue) = 208+6+158=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0069E is #2FF961. Grayscale: #535353. Windows color (decimal): -3144034 or 10356432. OLE color: 10356432.
HSL color Cylindrical-coordinate representation of color #D0069E: hue angle of 314.85º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0069E is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 158 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.18 |
| HSL | 314.85º | 0.94% | 0.42% | - |
| HSV(B) | 314.85º | 0.97% | 0.82% | - |
| XYZ | 32.25 | 16.01 | 33.74 | - |
| YUV | 83.73 | 169.92 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 158 | 0 | 0.97 | 0.24 | 0.18 | 314.85 | 0.94 | 0.42 |
| Hex | D0 | 6 | 9E | 0 | 61 | 18 | 12 | 13B | 5E | 2A |
| Octal | 320 | 6 | 236 | 0 | 141 | 30 | 22 | 473 | 136 | 52 |
| Binary | 11010000 | 110 | 10011110 | 0 | 1100001 | 11000 | 10010 | 100111011 | 1011110 | 101010 |
Color Harmonies of #D0069E
Complementary color
Monochromatic Colors of #D0069E
Black with #D0069E
Text Example
Text Example
White with #D0069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0069E; }
p { color: rgb(208,6,158); }
H1.HeaderClassName
{
color: #D0069E;
}
.AnyTagClassName
{
color: #D0069E;
}
</style>
background-color css
<style>
a { background-color: #D0069E; }
a { background-color: rgb(208,6,158); }
div.DivClassName
{
background-color: #D0069E;
}
.BgClassName
{
background-color: #D0069E;
}
</style>
border-color css
<style>
span { border-color: #D0069E; }
span { border-color: rgb(208,6,158); }
td.TdClassName
{
border-color: #D0069E;
}
.TagClassName
{
border-color: #D0069E;
}
</style>