Shades of Medium Violet Red #D6007B
Tints of Medium Violet Red #D6007B
RGB
CMYK
RGB Variations
Color information
#D6007B (or 0xD6007B) is known color: Medium Violet Red. HEX triplet: D6, 00 and 7B. RGB value is (214,0,123). Sum of RGB (Red+Green+Blue) = 214+0+123=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D6007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6007B is #29FF84. Grayscale: #4D4D4D. Windows color (decimal): -2752389 or 8061142. OLE color: 8061142.
HSL color Cylindrical-coordinate representation of color #D6007B: hue angle of 325.51º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6007B is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.43 | 0.16 |
| HSL | 325.51º | 1% | 0.42% | - |
| HSV(B) | 325.51º | 1% | 0.84% | - |
| XYZ | 31.31 | 15.73 | 20.12 | - |
| YUV | 78.01 | 153.4 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 123 | 0 | 1 | 0.43 | 0.16 | 325.51 | 1 | 0.42 |
| Hex | D6 | 0 | 7B | 0 | 64 | 2B | 10 | 146 | 64 | 2A |
| Octal | 326 | 0 | 173 | 0 | 144 | 53 | 20 | 506 | 144 | 52 |
| Binary | 11010110 | 0 | 1111011 | 0 | 1100100 | 101011 | 10000 | 101000110 | 1100100 | 101010 |
Color Harmonies of #D6007B
Complementary color
Monochromatic Colors of #D6007B
Black with #D6007B
Text Example
Text Example
White with #D6007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6007B; }
p { color: rgb(214,0,123); }
H1.HeaderClassName
{
color: #D6007B;
}
.AnyTagClassName
{
color: #D6007B;
}
</style>
background-color css
<style>
a { background-color: #D6007B; }
a { background-color: rgb(214,0,123); }
div.DivClassName
{
background-color: #D6007B;
}
.BgClassName
{
background-color: #D6007B;
}
</style>
border-color css
<style>
span { border-color: #D6007B; }
span { border-color: rgb(214,0,123); }
td.TdClassName
{
border-color: #D6007B;
}
.TagClassName
{
border-color: #D6007B;
}
</style>