Shades of Medium Violet Red #D0067F
Tints of Medium Violet Red #D0067F
RGB
CMYK
RGB Variations
Color information
#D0067F (or 0xD0067F) is known color: Medium Violet Red. HEX triplet: D0, 06 and 7F. RGB value is (208,6,127). Sum of RGB (Red+Green+Blue) = 208+6+127=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0067F is #2FF980. Grayscale: #4F4F4F. Windows color (decimal): -3144065 or 8324816. OLE color: 8324816.
HSL color Cylindrical-coordinate representation of color #D0067F: hue angle of 324.06º 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 #D0067F is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 127 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.18 |
| HSL | 324.06º | 0.94% | 0.42% | - |
| HSV(B) | 324.06º | 0.97% | 0.82% | - |
| XYZ | 29.91 | 15.07 | 21.41 | - |
| YUV | 80.19 | 154.42 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 127 | 0 | 0.97 | 0.39 | 0.18 | 324.06 | 0.94 | 0.42 |
| Hex | D0 | 6 | 7F | 0 | 61 | 27 | 12 | 144 | 5E | 2A |
| Octal | 320 | 6 | 177 | 0 | 141 | 47 | 22 | 504 | 136 | 52 |
| Binary | 11010000 | 110 | 1111111 | 0 | 1100001 | 100111 | 10010 | 101000100 | 1011110 | 101010 |
Color Harmonies of #D0067F
Complementary color
Monochromatic Colors of #D0067F
Black with #D0067F
Text Example
Text Example
White with #D0067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0067F; }
p { color: rgb(208,6,127); }
H1.HeaderClassName
{
color: #D0067F;
}
.AnyTagClassName
{
color: #D0067F;
}
</style>
background-color css
<style>
a { background-color: #D0067F; }
a { background-color: rgb(208,6,127); }
div.DivClassName
{
background-color: #D0067F;
}
.BgClassName
{
background-color: #D0067F;
}
</style>
border-color css
<style>
span { border-color: #D0067F; }
span { border-color: rgb(208,6,127); }
td.TdClassName
{
border-color: #D0067F;
}
.TagClassName
{
border-color: #D0067F;
}
</style>