Shades of Medium Violet Red #D00B7B
Tints of Medium Violet Red #D00B7B
RGB
CMYK
RGB Variations
Color information
#D00B7B (or 0xD00B7B) is known color: Medium Violet Red. HEX triplet: D0, 0B and 7B. RGB value is (208,11,123). Sum of RGB (Red+Green+Blue) = 208+11+123=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00B7B is #2FF484. Grayscale: #525252. Windows color (decimal): -3142789 or 8063952. OLE color: 8063952.
HSL color Cylindrical-coordinate representation of color #D00B7B: hue angle of 325.89º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00B7B is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 11 | 123 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.18 |
| HSL | 325.89º | 0.9% | 0.43% | - |
| HSV(B) | 325.89º | 0.95% | 0.82% | - |
| XYZ | 29.71 | 15.08 | 20.08 | - |
| YUV | 82.67 | 150.77 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 123 | 0 | 0.95 | 0.41 | 0.18 | 325.89 | 0.9 | 0.43 |
| Hex | D0 | B | 7B | 0 | 5F | 29 | 12 | 146 | 5A | 2B |
| Octal | 320 | 13 | 173 | 0 | 137 | 51 | 22 | 506 | 132 | 53 |
| Binary | 11010000 | 1011 | 1111011 | 0 | 1011111 | 101001 | 10010 | 101000110 | 1011010 | 101011 |
Color Harmonies of #D00B7B
Complementary color
Monochromatic Colors of #D00B7B
Black with #D00B7B
Text Example
Text Example
White with #D00B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00B7B; }
p { color: rgb(208,11,123); }
H1.HeaderClassName
{
color: #D00B7B;
}
.AnyTagClassName
{
color: #D00B7B;
}
</style>
background-color css
<style>
a { background-color: #D00B7B; }
a { background-color: rgb(208,11,123); }
div.DivClassName
{
background-color: #D00B7B;
}
.BgClassName
{
background-color: #D00B7B;
}
</style>
border-color css
<style>
span { border-color: #D00B7B; }
span { border-color: rgb(208,11,123); }
td.TdClassName
{
border-color: #D00B7B;
}
.TagClassName
{
border-color: #D00B7B;
}
</style>