Shades of Medium Violet Red #D0069F
Tints of Medium Violet Red #D0069F
RGB
CMYK
RGB Variations
Color information
#D0069F (or 0xD0069F) is known color: Medium Violet Red. HEX triplet: D0, 06 and 9F. RGB value is (208,6,159). Sum of RGB (Red+Green+Blue) = 208+6+159=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D0069F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0069F is #2FF960. Grayscale: #535353. Windows color (decimal): -3144033 or 10421968. OLE color: 10421968.
HSL color Cylindrical-coordinate representation of color #D0069F: hue angle of 314.55º 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 #D0069F is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 159 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.18 |
| HSL | 314.55º | 0.94% | 0.42% | - |
| HSV(B) | 314.55º | 0.97% | 0.82% | - |
| XYZ | 32.34 | 16.04 | 34.19 | - |
| YUV | 83.84 | 170.42 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 159 | 0 | 0.97 | 0.24 | 0.18 | 314.55 | 0.94 | 0.42 |
| Hex | D0 | 6 | 9F | 0 | 61 | 18 | 12 | 13B | 5E | 2A |
| Octal | 320 | 6 | 237 | 0 | 141 | 30 | 22 | 473 | 136 | 52 |
| Binary | 11010000 | 110 | 10011111 | 0 | 1100001 | 11000 | 10010 | 100111011 | 1011110 | 101010 |
Color Harmonies of #D0069F
Complementary color
Monochromatic Colors of #D0069F
Black with #D0069F
Text Example
Text Example
White with #D0069F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0069F; }
p { color: rgb(208,6,159); }
H1.HeaderClassName
{
color: #D0069F;
}
.AnyTagClassName
{
color: #D0069F;
}
</style>
background-color css
<style>
a { background-color: #D0069F; }
a { background-color: rgb(208,6,159); }
div.DivClassName
{
background-color: #D0069F;
}
.BgClassName
{
background-color: #D0069F;
}
</style>
border-color css
<style>
span { border-color: #D0069F; }
span { border-color: rgb(208,6,159); }
td.TdClassName
{
border-color: #D0069F;
}
.TagClassName
{
border-color: #D0069F;
}
</style>