Shades of Viola #D094A7
Tints of Viola #D094A7
RGB
CMYK
RGB Variations
Color information
#D094A7 (or 0xD094A7) is known color: Viola. HEX triplet: D0, 94 and A7. RGB value is (208,148,167). Sum of RGB (Red+Green+Blue) = 208+148+167=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 167 (65.62% from 255 or 31.93% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D094A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D094A7 is #2F6B58. Grayscale: #A8A8A8. Windows color (decimal): -3107673 or 10982608. OLE color: 10982608.
HSL color Cylindrical-coordinate representation of color #D094A7: hue angle of 341º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D094A7 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 167 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.18 |
| HSL | 341º | 0.39% | 0.7% | - |
| HSV(B) | 341º | 0.29% | 0.82% | - |
| XYZ | 43.58 | 37.38 | 41.48 | - |
| YUV | 168.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 167 | 0 | 0.29 | 0.20 | 0.18 | 341 | 0.39 | 0.7 |
| Hex | D0 | 94 | A7 | 0 | 1D | 14 | 12 | 155 | 27 | 46 |
| Octal | 320 | 224 | 247 | 0 | 35 | 24 | 22 | 525 | 47 | 106 |
| Binary | 11010000 | 10010100 | 10100111 | 0 | 11101 | 10100 | 10010 | 101010101 | 100111 | 1000110 |
Color Harmonies of #D094A7
Complementary color
Monochromatic Colors of #D094A7
Black with #D094A7
Text Example
Text Example
White with #D094A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D094A7; }
p { color: rgb(208,148,167); }
H1.HeaderClassName
{
color: #D094A7;
}
.AnyTagClassName
{
color: #D094A7;
}
</style>
background-color css
<style>
a { background-color: #D094A7; }
a { background-color: rgb(208,148,167); }
div.DivClassName
{
background-color: #D094A7;
}
.BgClassName
{
background-color: #D094A7;
}
</style>
border-color css
<style>
span { border-color: #D094A7; }
span { border-color: rgb(208,148,167); }
td.TdClassName
{
border-color: #D094A7;
}
.TagClassName
{
border-color: #D094A7;
}
</style>