Shades of Medium Violet Red #D0168C
Tints of Medium Violet Red #D0168C
RGB
CMYK
RGB Variations
Color information
#D0168C (or 0xD0168C) is known color: Medium Violet Red. HEX triplet: D0, 16 and 8C. RGB value is (208,22,140). Sum of RGB (Red+Green+Blue) = 208+22+140=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D0168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0168C is #2FE973. Grayscale: #5A5A5A. Windows color (decimal): -3139956 or 9180880. OLE color: 9180880.
HSL color Cylindrical-coordinate representation of color #D0168C: hue angle of 321.94º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0168C is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 140 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.18 |
| HSL | 321.94º | 0.81% | 0.45% | - |
| HSV(B) | 321.94º | 0.89% | 0.82% | - |
| XYZ | 31.03 | 15.88 | 26.24 | - |
| YUV | 91.07 | 155.62 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 140 | 0 | 0.89 | 0.33 | 0.18 | 321.94 | 0.81 | 0.45 |
| Hex | D0 | 16 | 8C | 0 | 59 | 21 | 12 | 142 | 51 | 2D |
| Octal | 320 | 26 | 214 | 0 | 131 | 41 | 22 | 502 | 121 | 55 |
| Binary | 11010000 | 10110 | 10001100 | 0 | 1011001 | 100001 | 10010 | 101000010 | 1010001 | 101101 |
Color Harmonies of #D0168C
Complementary color
Monochromatic Colors of #D0168C
Black with #D0168C
Text Example
Text Example
White with #D0168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0168C; }
p { color: rgb(208,22,140); }
H1.HeaderClassName
{
color: #D0168C;
}
.AnyTagClassName
{
color: #D0168C;
}
</style>
background-color css
<style>
a { background-color: #D0168C; }
a { background-color: rgb(208,22,140); }
div.DivClassName
{
background-color: #D0168C;
}
.BgClassName
{
background-color: #D0168C;
}
</style>
border-color css
<style>
span { border-color: #D0168C; }
span { border-color: rgb(208,22,140); }
td.TdClassName
{
border-color: #D0168C;
}
.TagClassName
{
border-color: #D0168C;
}
</style>