Shades of Medium Violet Red #D0069B
Tints of Medium Violet Red #D0069B
RGB
CMYK
RGB Variations
Color information
#D0069B (or 0xD0069B) is known color: Medium Violet Red. HEX triplet: D0, 06 and 9B. RGB value is (208,6,155). Sum of RGB (Red+Green+Blue) = 208+6+155=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0069B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0069B is #2FF964. Grayscale: #525252. Windows color (decimal): -3144037 or 10159824. OLE color: 10159824.
HSL color Cylindrical-coordinate representation of color #D0069B: hue angle of 315.74º 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 #D0069B is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 155 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.18 |
| HSL | 315.74º | 0.94% | 0.42% | - |
| HSV(B) | 315.74º | 0.97% | 0.82% | - |
| XYZ | 31.99 | 15.91 | 32.39 | - |
| YUV | 83.38 | 168.42 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 155 | 0 | 0.97 | 0.25 | 0.18 | 315.74 | 0.94 | 0.42 |
| Hex | D0 | 6 | 9B | 0 | 61 | 19 | 12 | 13C | 5E | 2A |
| Octal | 320 | 6 | 233 | 0 | 141 | 31 | 22 | 474 | 136 | 52 |
| Binary | 11010000 | 110 | 10011011 | 0 | 1100001 | 11001 | 10010 | 100111100 | 1011110 | 101010 |
Color Harmonies of #D0069B
Complementary color
Monochromatic Colors of #D0069B
Black with #D0069B
Text Example
Text Example
White with #D0069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0069B; }
p { color: rgb(208,6,155); }
H1.HeaderClassName
{
color: #D0069B;
}
.AnyTagClassName
{
color: #D0069B;
}
</style>
background-color css
<style>
a { background-color: #D0069B; }
a { background-color: rgb(208,6,155); }
div.DivClassName
{
background-color: #D0069B;
}
.BgClassName
{
background-color: #D0069B;
}
</style>
border-color css
<style>
span { border-color: #D0069B; }
span { border-color: rgb(208,6,155); }
td.TdClassName
{
border-color: #D0069B;
}
.TagClassName
{
border-color: #D0069B;
}
</style>