Shades of Medium Violet Red #D00680
Tints of Medium Violet Red #D00680
RGB
CMYK
RGB Variations
Color information
#D00680 (or 0xD00680) is known color: Medium Violet Red. HEX triplet: D0, 06 and 80. RGB value is (208,6,128). Sum of RGB (Red+Green+Blue) = 208+6+128=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D00680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00680 is #2FF97F. Grayscale: #505050. Windows color (decimal): -3144064 or 8390352. OLE color: 8390352.
HSL color Cylindrical-coordinate representation of color #D00680: hue angle of 323.76º 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 #D00680 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 128 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.18 |
| HSL | 323.76º | 0.94% | 0.42% | - |
| HSV(B) | 323.76º | 0.97% | 0.82% | - |
| XYZ | 29.97 | 15.1 | 21.76 | - |
| YUV | 80.31 | 154.92 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 128 | 0 | 0.97 | 0.38 | 0.18 | 323.76 | 0.94 | 0.42 |
| Hex | D0 | 6 | 80 | 0 | 61 | 26 | 12 | 144 | 5E | 2A |
| Octal | 320 | 6 | 200 | 0 | 141 | 46 | 22 | 504 | 136 | 52 |
| Binary | 11010000 | 110 | 10000000 | 0 | 1100001 | 100110 | 10010 | 101000100 | 1011110 | 101010 |
Color Harmonies of #D00680
Complementary color
Monochromatic Colors of #D00680
Black with #D00680
Text Example
Text Example
White with #D00680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00680; }
p { color: rgb(208,6,128); }
H1.HeaderClassName
{
color: #D00680;
}
.AnyTagClassName
{
color: #D00680;
}
</style>
background-color css
<style>
a { background-color: #D00680; }
a { background-color: rgb(208,6,128); }
div.DivClassName
{
background-color: #D00680;
}
.BgClassName
{
background-color: #D00680;
}
</style>
border-color css
<style>
span { border-color: #D00680; }
span { border-color: rgb(208,6,128); }
td.TdClassName
{
border-color: #D00680;
}
.TagClassName
{
border-color: #D00680;
}
</style>