Shades of Medium Violet Red #D4207D
Tints of Medium Violet Red #D4207D
RGB
CMYK
RGB Variations
Color information
#D4207D (or 0xD4207D) is known color: Medium Violet Red. HEX triplet: D4, 20 and 7D. RGB value is (212,32,125). Sum of RGB (Red+Green+Blue) = 212+32+125=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D4207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4207D is #2BDF82. Grayscale: #606060. Windows color (decimal): -2875267 or 8200404. OLE color: 8200404.
HSL color Cylindrical-coordinate representation of color #D4207D: hue angle of 329º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4207D is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 32 | 125 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.17 |
| HSL | 329º | 0.74% | 0.48% | - |
| HSV(B) | 329º | 0.85% | 0.83% | - |
| XYZ | 31.37 | 16.51 | 20.94 | - |
| YUV | 96.42 | 144.13 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 125 | 0 | 0.85 | 0.41 | 0.17 | 329 | 0.74 | 0.48 |
| Hex | D4 | 20 | 7D | 0 | 55 | 29 | 11 | 149 | 4A | 30 |
| Octal | 324 | 40 | 175 | 0 | 125 | 51 | 21 | 511 | 112 | 60 |
| Binary | 11010100 | 100000 | 1111101 | 0 | 1010101 | 101001 | 10001 | 101001001 | 1001010 | 110000 |
Color Harmonies of #D4207D
Complementary color
Monochromatic Colors of #D4207D
Black with #D4207D
Text Example
Text Example
White with #D4207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4207D; }
p { color: rgb(212,32,125); }
H1.HeaderClassName
{
color: #D4207D;
}
.AnyTagClassName
{
color: #D4207D;
}
</style>
background-color css
<style>
a { background-color: #D4207D; }
a { background-color: rgb(212,32,125); }
div.DivClassName
{
background-color: #D4207D;
}
.BgClassName
{
background-color: #D4207D;
}
</style>
border-color css
<style>
span { border-color: #D4207D; }
span { border-color: rgb(212,32,125); }
td.TdClassName
{
border-color: #D4207D;
}
.TagClassName
{
border-color: #D4207D;
}
</style>