Shades of Medium Violet Red #D2067D
Tints of Medium Violet Red #D2067D
RGB
CMYK
RGB Variations
Color information
#D2067D (or 0xD2067D) is known color: Medium Violet Red. HEX triplet: D2, 06 and 7D. RGB value is (210,6,125). Sum of RGB (Red+Green+Blue) = 210+6+125=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D2067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2067D is #2DF982. Grayscale: #505050. Windows color (decimal): -3012995 or 8193746. OLE color: 8193746.
HSL color Cylindrical-coordinate representation of color #D2067D: hue angle of 325º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2067D is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 125 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.18 |
| HSL | 325º | 0.94% | 0.42% | - |
| HSV(B) | 325º | 0.97% | 0.82% | - |
| XYZ | 30.35 | 15.31 | 20.76 | - |
| YUV | 80.56 | 153.09 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 125 | 0 | 0.97 | 0.40 | 0.18 | 325 | 0.94 | 0.42 |
| Hex | D2 | 6 | 7D | 0 | 61 | 28 | 12 | 145 | 5E | 2A |
| Octal | 322 | 6 | 175 | 0 | 141 | 50 | 22 | 505 | 136 | 52 |
| Binary | 11010010 | 110 | 1111101 | 0 | 1100001 | 101000 | 10010 | 101000101 | 1011110 | 101010 |
Color Harmonies of #D2067D
Complementary color
Monochromatic Colors of #D2067D
Black with #D2067D
Text Example
Text Example
White with #D2067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2067D; }
p { color: rgb(210,6,125); }
H1.HeaderClassName
{
color: #D2067D;
}
.AnyTagClassName
{
color: #D2067D;
}
</style>
background-color css
<style>
a { background-color: #D2067D; }
a { background-color: rgb(210,6,125); }
div.DivClassName
{
background-color: #D2067D;
}
.BgClassName
{
background-color: #D2067D;
}
</style>
border-color css
<style>
span { border-color: #D2067D; }
span { border-color: rgb(210,6,125); }
td.TdClassName
{
border-color: #D2067D;
}
.TagClassName
{
border-color: #D2067D;
}
</style>