Shades of Pale Violet Red #DA7096
Tints of Pale Violet Red #DA7096
RGB
CMYK
RGB Variations
Color information
#DA7096 (or 0xDA7096) is known color: Pale Violet Red. HEX triplet: DA, 70 and 96. RGB value is (218,112,150). Sum of RGB (Red+Green+Blue) = 218+112+150=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7096 is #258F69. Grayscale: #939393. Windows color (decimal): -2461546 or 9859290. OLE color: 9859290.
HSL color Cylindrical-coordinate representation of color #DA7096: hue angle of 338.49º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA7096 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 150 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.15 |
| HSL | 338.49º | 0.59% | 0.65% | - |
| HSV(B) | 338.49º | 0.49% | 0.85% | - |
| XYZ | 40.21 | 28.7 | 32.27 | - |
| YUV | 148.03 | 129.12 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 150 | 0 | 0.49 | 0.31 | 0.15 | 338.49 | 0.59 | 0.65 |
| Hex | DA | 70 | 96 | 0 | 31 | 1F | F | 152 | 3B | 41 |
| Octal | 332 | 160 | 226 | 0 | 61 | 37 | 17 | 522 | 73 | 101 |
| Binary | 11011010 | 1110000 | 10010110 | 0 | 110001 | 11111 | 1111 | 101010010 | 111011 | 1000001 |
Color Harmonies of #DA7096
Complementary color
Monochromatic Colors of #DA7096
Black with #DA7096
Text Example
Text Example
White with #DA7096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7096; }
p { color: rgb(218,112,150); }
H1.HeaderClassName
{
color: #DA7096;
}
.AnyTagClassName
{
color: #DA7096;
}
</style>
background-color css
<style>
a { background-color: #DA7096; }
a { background-color: rgb(218,112,150); }
div.DivClassName
{
background-color: #DA7096;
}
.BgClassName
{
background-color: #DA7096;
}
</style>
border-color css
<style>
span { border-color: #DA7096; }
span { border-color: rgb(218,112,150); }
td.TdClassName
{
border-color: #DA7096;
}
.TagClassName
{
border-color: #DA7096;
}
</style>