Shades of Medium Violet Red #D00675
Tints of Medium Violet Red #D00675
RGB
CMYK
RGB Variations
Color information
#D00675 (or 0xD00675) is known color: Medium Violet Red. HEX triplet: D0, 06 and 75. RGB value is (208,6,117). Sum of RGB (Red+Green+Blue) = 208+6+117=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D00675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00675 is #2FF98A. Grayscale: #4E4E4E. Windows color (decimal): -3144075 or 7669456. OLE color: 7669456.
HSL color Cylindrical-coordinate representation of color #D00675: hue angle of 327.03º 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 #D00675 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 117 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.18 |
| HSL | 327.03º | 0.94% | 0.42% | - |
| HSV(B) | 327.03º | 0.97% | 0.82% | - |
| XYZ | 29.29 | 14.82 | 18.15 | - |
| YUV | 79.05 | 149.42 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 117 | 0 | 0.97 | 0.44 | 0.18 | 327.03 | 0.94 | 0.42 |
| Hex | D0 | 6 | 75 | 0 | 61 | 2C | 12 | 147 | 5E | 2A |
| Octal | 320 | 6 | 165 | 0 | 141 | 54 | 22 | 507 | 136 | 52 |
| Binary | 11010000 | 110 | 1110101 | 0 | 1100001 | 101100 | 10010 | 101000111 | 1011110 | 101010 |
Color Harmonies of #D00675
Complementary color
Monochromatic Colors of #D00675
Black with #D00675
Text Example
Text Example
White with #D00675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00675; }
p { color: rgb(208,6,117); }
H1.HeaderClassName
{
color: #D00675;
}
.AnyTagClassName
{
color: #D00675;
}
</style>
background-color css
<style>
a { background-color: #D00675; }
a { background-color: rgb(208,6,117); }
div.DivClassName
{
background-color: #D00675;
}
.BgClassName
{
background-color: #D00675;
}
</style>
border-color css
<style>
span { border-color: #D00675; }
span { border-color: rgb(208,6,117); }
td.TdClassName
{
border-color: #D00675;
}
.TagClassName
{
border-color: #D00675;
}
</style>