Shades of Medium Violet Red #D4007B
Tints of Medium Violet Red #D4007B
RGB
CMYK
RGB Variations
Color information
#D4007B (or 0xD4007B) is known color: Medium Violet Red. HEX triplet: D4, 00 and 7B. RGB value is (212,0,123). Sum of RGB (Red+Green+Blue) = 212+0+123=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D4007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4007B is #2BFF84. Grayscale: #4D4D4D. Windows color (decimal): -2883461 or 8061140. OLE color: 8061140.
HSL color Cylindrical-coordinate representation of color #D4007B: hue angle of 325.19º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4007B is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.42 | 0.17 |
| HSL | 325.19º | 1% | 0.42% | - |
| HSV(B) | 325.19º | 1% | 0.83% | - |
| XYZ | 30.73 | 15.43 | 20.1 | - |
| YUV | 77.41 | 153.74 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 123 | 0 | 1 | 0.42 | 0.17 | 325.19 | 1 | 0.42 |
| Hex | D4 | 0 | 7B | 0 | 64 | 2A | 11 | 145 | 64 | 2A |
| Octal | 324 | 0 | 173 | 0 | 144 | 52 | 21 | 505 | 144 | 52 |
| Binary | 11010100 | 0 | 1111011 | 0 | 1100100 | 101010 | 10001 | 101000101 | 1100100 | 101010 |
Color Harmonies of #D4007B
Complementary color
Monochromatic Colors of #D4007B
Black with #D4007B
Text Example
Text Example
White with #D4007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4007B; }
p { color: rgb(212,0,123); }
H1.HeaderClassName
{
color: #D4007B;
}
.AnyTagClassName
{
color: #D4007B;
}
</style>
background-color css
<style>
a { background-color: #D4007B; }
a { background-color: rgb(212,0,123); }
div.DivClassName
{
background-color: #D4007B;
}
.BgClassName
{
background-color: #D4007B;
}
</style>
border-color css
<style>
span { border-color: #D4007B; }
span { border-color: rgb(212,0,123); }
td.TdClassName
{
border-color: #D4007B;
}
.TagClassName
{
border-color: #D4007B;
}
</style>