Shades of Medium Violet Red #D00B7E
Tints of Medium Violet Red #D00B7E
RGB
CMYK
RGB Variations
Color information
#D00B7E (or 0xD00B7E) is known color: Medium Violet Red. HEX triplet: D0, 0B and 7E. RGB value is (208,11,126). Sum of RGB (Red+Green+Blue) = 208+11+126=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00B7E is #2FF481. Grayscale: #525252. Windows color (decimal): -3142786 or 8260560. OLE color: 8260560.
HSL color Cylindrical-coordinate representation of color #D00B7E: hue angle of 324.97º 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 #D00B7E is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 11 | 126 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.18 |
| HSL | 324.97º | 0.9% | 0.43% | - |
| HSV(B) | 324.97º | 0.95% | 0.82% | - |
| XYZ | 29.9 | 15.16 | 21.09 | - |
| YUV | 83.01 | 152.27 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 126 | 0 | 0.95 | 0.39 | 0.18 | 324.97 | 0.9 | 0.43 |
| Hex | D0 | B | 7E | 0 | 5F | 27 | 12 | 145 | 5A | 2B |
| Octal | 320 | 13 | 176 | 0 | 137 | 47 | 22 | 505 | 132 | 53 |
| Binary | 11010000 | 1011 | 1111110 | 0 | 1011111 | 100111 | 10010 | 101000101 | 1011010 | 101011 |
Color Harmonies of #D00B7E
Complementary color
Monochromatic Colors of #D00B7E
Black with #D00B7E
Text Example
Text Example
White with #D00B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00B7E; }
p { color: rgb(208,11,126); }
H1.HeaderClassName
{
color: #D00B7E;
}
.AnyTagClassName
{
color: #D00B7E;
}
</style>
background-color css
<style>
a { background-color: #D00B7E; }
a { background-color: rgb(208,11,126); }
div.DivClassName
{
background-color: #D00B7E;
}
.BgClassName
{
background-color: #D00B7E;
}
</style>
border-color css
<style>
span { border-color: #D00B7E; }
span { border-color: rgb(208,11,126); }
td.TdClassName
{
border-color: #D00B7E;
}
.TagClassName
{
border-color: #D00B7E;
}
</style>