Shades of Medium Violet Red #D00B76
Tints of Medium Violet Red #D00B76
RGB
CMYK
RGB Variations
Color information
#D00B76 (or 0xD00B76) is known color: Medium Violet Red. HEX triplet: D0, 0B and 76. RGB value is (208,11,118). Sum of RGB (Red+Green+Blue) = 208+11+118=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00B76 is #2FF489. Grayscale: #515151. Windows color (decimal): -3142794 or 7736272. OLE color: 7736272.
HSL color Cylindrical-coordinate representation of color #D00B76: hue angle of 327.41º 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 #D00B76 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 11 | 118 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.18 |
| HSL | 327.41º | 0.9% | 0.43% | - |
| HSV(B) | 327.41º | 0.95% | 0.82% | - |
| XYZ | 29.4 | 14.96 | 18.48 | - |
| YUV | 82.1 | 148.27 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 118 | 0 | 0.95 | 0.43 | 0.18 | 327.41 | 0.9 | 0.43 |
| Hex | D0 | B | 76 | 0 | 5F | 2B | 12 | 147 | 5A | 2B |
| Octal | 320 | 13 | 166 | 0 | 137 | 53 | 22 | 507 | 132 | 53 |
| Binary | 11010000 | 1011 | 1110110 | 0 | 1011111 | 101011 | 10010 | 101000111 | 1011010 | 101011 |
Color Harmonies of #D00B76
Complementary color
Monochromatic Colors of #D00B76
Black with #D00B76
Text Example
Text Example
White with #D00B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00B76; }
p { color: rgb(208,11,118); }
H1.HeaderClassName
{
color: #D00B76;
}
.AnyTagClassName
{
color: #D00B76;
}
</style>
background-color css
<style>
a { background-color: #D00B76; }
a { background-color: rgb(208,11,118); }
div.DivClassName
{
background-color: #D00B76;
}
.BgClassName
{
background-color: #D00B76;
}
</style>
border-color css
<style>
span { border-color: #D00B76; }
span { border-color: rgb(208,11,118); }
td.TdClassName
{
border-color: #D00B76;
}
.TagClassName
{
border-color: #D00B76;
}
</style>