Shades of Medium Violet Red #D5068F
Tints of Medium Violet Red #D5068F
RGB
CMYK
RGB Variations
Color information
#D5068F (or 0xD5068F) is known color: Medium Violet Red. HEX triplet: D5, 06 and 8F. RGB value is (213,6,143). Sum of RGB (Red+Green+Blue) = 213+6+143=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D5068F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5068F is #2AF970. Grayscale: #535353. Windows color (decimal): -2816369 or 9373397. OLE color: 9373397.
HSL color Cylindrical-coordinate representation of color #D5068F: hue angle of 320.29º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5068F is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 6 | 143 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.16 |
| HSL | 320.29º | 0.95% | 0.43% | - |
| HSV(B) | 320.29º | 0.97% | 0.84% | - |
| XYZ | 32.46 | 16.26 | 27.41 | - |
| YUV | 83.51 | 161.58 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 143 | 0 | 0.97 | 0.33 | 0.16 | 320.29 | 0.95 | 0.43 |
| Hex | D5 | 6 | 8F | 0 | 61 | 21 | 10 | 140 | 5F | 2B |
| Octal | 325 | 6 | 217 | 0 | 141 | 41 | 20 | 500 | 137 | 53 |
| Binary | 11010101 | 110 | 10001111 | 0 | 1100001 | 100001 | 10000 | 101000000 | 1011111 | 101011 |
Color Harmonies of #D5068F
Complementary color
Monochromatic Colors of #D5068F
Black with #D5068F
Text Example
Text Example
White with #D5068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5068F; }
p { color: rgb(213,6,143); }
H1.HeaderClassName
{
color: #D5068F;
}
.AnyTagClassName
{
color: #D5068F;
}
</style>
background-color css
<style>
a { background-color: #D5068F; }
a { background-color: rgb(213,6,143); }
div.DivClassName
{
background-color: #D5068F;
}
.BgClassName
{
background-color: #D5068F;
}
</style>
border-color css
<style>
span { border-color: #D5068F; }
span { border-color: rgb(213,6,143); }
td.TdClassName
{
border-color: #D5068F;
}
.TagClassName
{
border-color: #D5068F;
}
</style>