Shades of Medium Violet Red #D9068D
Tints of Medium Violet Red #D9068D
RGB
CMYK
RGB Variations
Color information
#D9068D (or 0xD9068D) is known color: Medium Violet Red. HEX triplet: D9, 06 and 8D. RGB value is (217,6,141). Sum of RGB (Red+Green+Blue) = 217+6+141=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D9068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9068D is #26F972. Grayscale: #545454. Windows color (decimal): -2554227 or 9242329. OLE color: 9242329.
HSL color Cylindrical-coordinate representation of color #D9068D: hue angle of 321.61º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9068D is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 6 | 141 | - |
CMYK | 0 | 0.97 | 0.35 | 0.15 |
HSL | 321.61º | 0.95% | 0.44% | - |
HSV(B) | 321.61º | 0.97% | 0.85% | - |
XYZ | 33.49 | 16.81 | 26.68 | - |
YUV | 84.48 | 159.9 | 222.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 6 | 141 | 0 | 0.97 | 0.35 | 0.15 | 321.61 | 0.95 | 0.44 |
Hex | D9 | 6 | 8D | 0 | 61 | 23 | F | 142 | 5F | 2C |
Octal | 331 | 6 | 215 | 0 | 141 | 43 | 17 | 502 | 137 | 54 |
Binary | 11011001 | 110 | 10001101 | 0 | 1100001 | 100011 | 1111 | 101000010 | 1011111 | 101100 |
Color Harmonies of #D9068D
Complementary color
Monochromatic Colors of #D9068D
Black with #D9068D
Text Example
Text Example
White with #D9068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9068D; }
p { color: rgb(217,6,141); }
H1.HeaderClassName
{
color: #D9068D;
}
.AnyTagClassName
{
color: #D9068D;
}
</style>
background-color css
<style>
a { background-color: #D9068D; }
a { background-color: rgb(217,6,141); }
div.DivClassName
{
background-color: #D9068D;
}
.BgClassName
{
background-color: #D9068D;
}
</style>
border-color css
<style>
span { border-color: #D9068D; }
span { border-color: rgb(217,6,141); }
td.TdClassName
{
border-color: #D9068D;
}
.TagClassName
{
border-color: #D9068D;
}
</style>