Shades of Medium Violet Red #D3069B
Tints of Medium Violet Red #D3069B
RGB
CMYK
RGB Variations
Color information
#D3069B (or 0xD3069B) is known color: Medium Violet Red. HEX triplet: D3, 06 and 9B. RGB value is (211,6,155). Sum of RGB (Red+Green+Blue) = 211+6+155=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D3069B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3069B is #2CF964. Grayscale: #535353. Windows color (decimal): -2947429 or 10159827. OLE color: 10159827.
HSL color Cylindrical-coordinate representation of color #D3069B: hue angle of 316.39º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3069B is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 155 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.17 |
| HSL | 316.39º | 0.94% | 0.43% | - |
| HSV(B) | 316.39º | 0.97% | 0.83% | - |
| XYZ | 32.85 | 16.35 | 32.43 | - |
| YUV | 84.28 | 167.92 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 155 | 0 | 0.97 | 0.27 | 0.17 | 316.39 | 0.94 | 0.43 |
| Hex | D3 | 6 | 9B | 0 | 61 | 1B | 11 | 13C | 5E | 2B |
| Octal | 323 | 6 | 233 | 0 | 141 | 33 | 21 | 474 | 136 | 53 |
| Binary | 11010011 | 110 | 10011011 | 0 | 1100001 | 11011 | 10001 | 100111100 | 1011110 | 101011 |
Color Harmonies of #D3069B
Complementary color
Monochromatic Colors of #D3069B
Black with #D3069B
Text Example
Text Example
White with #D3069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3069B; }
p { color: rgb(211,6,155); }
H1.HeaderClassName
{
color: #D3069B;
}
.AnyTagClassName
{
color: #D3069B;
}
</style>
background-color css
<style>
a { background-color: #D3069B; }
a { background-color: rgb(211,6,155); }
div.DivClassName
{
background-color: #D3069B;
}
.BgClassName
{
background-color: #D3069B;
}
</style>
border-color css
<style>
span { border-color: #D3069B; }
span { border-color: rgb(211,6,155); }
td.TdClassName
{
border-color: #D3069B;
}
.TagClassName
{
border-color: #D3069B;
}
</style>