Shades of Medium Violet Red #D5067D
Tints of Medium Violet Red #D5067D
RGB
CMYK
RGB Variations
Color information
#D5067D (or 0xD5067D) is known color: Medium Violet Red. HEX triplet: D5, 06 and 7D. RGB value is (213,6,125). Sum of RGB (Red+Green+Blue) = 213+6+125=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D5067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5067D is #2AF982. Grayscale: #515151. Windows color (decimal): -2816387 or 8193749. OLE color: 8193749.
HSL color Cylindrical-coordinate representation of color #D5067D: hue angle of 325.51º 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 #D5067D is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 6 | 125 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.16 |
| HSL | 325.51º | 0.95% | 0.43% | - |
| HSV(B) | 325.51º | 0.97% | 0.84% | - |
| XYZ | 31.21 | 15.76 | 20.8 | - |
| YUV | 81.46 | 152.58 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 125 | 0 | 0.97 | 0.41 | 0.16 | 325.51 | 0.95 | 0.43 |
| Hex | D5 | 6 | 7D | 0 | 61 | 29 | 10 | 146 | 5F | 2B |
| Octal | 325 | 6 | 175 | 0 | 141 | 51 | 20 | 506 | 137 | 53 |
| Binary | 11010101 | 110 | 1111101 | 0 | 1100001 | 101001 | 10000 | 101000110 | 1011111 | 101011 |
Color Harmonies of #D5067D
Complementary color
Monochromatic Colors of #D5067D
Black with #D5067D
Text Example
Text Example
White with #D5067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5067D; }
p { color: rgb(213,6,125); }
H1.HeaderClassName
{
color: #D5067D;
}
.AnyTagClassName
{
color: #D5067D;
}
</style>
background-color css
<style>
a { background-color: #D5067D; }
a { background-color: rgb(213,6,125); }
div.DivClassName
{
background-color: #D5067D;
}
.BgClassName
{
background-color: #D5067D;
}
</style>
border-color css
<style>
span { border-color: #D5067D; }
span { border-color: rgb(213,6,125); }
td.TdClassName
{
border-color: #D5067D;
}
.TagClassName
{
border-color: #D5067D;
}
</style>