Shades of Pale Violet Red #DA6096
Tints of Pale Violet Red #DA6096
RGB
CMYK
RGB Variations
Color information
#DA6096 (or 0xDA6096) is known color: Pale Violet Red. HEX triplet: DA, 60 and 96. RGB value is (218,96,150). Sum of RGB (Red+Green+Blue) = 218+96+150=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6096 is #259F69. Grayscale: #8A8A8A. Windows color (decimal): -2465642 or 9855194. OLE color: 9855194.
HSL color Cylindrical-coordinate representation of color #DA6096: hue angle of 333.44º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6096 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 150 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.15 |
| HSL | 333.44º | 0.62% | 0.62% | - |
| HSV(B) | 333.44º | 0.56% | 0.85% | - |
| XYZ | 38.6 | 25.47 | 31.74 | - |
| YUV | 138.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 150 | 0 | 0.56 | 0.31 | 0.15 | 333.44 | 0.62 | 0.62 |
| Hex | DA | 60 | 96 | 0 | 38 | 1F | F | 14D | 3E | 3E |
| Octal | 332 | 140 | 226 | 0 | 70 | 37 | 17 | 515 | 76 | 76 |
| Binary | 11011010 | 1100000 | 10010110 | 0 | 111000 | 11111 | 1111 | 101001101 | 111110 | 111110 |
Color Harmonies of #DA6096
Complementary color
Monochromatic Colors of #DA6096
Black with #DA6096
Text Example
Text Example
White with #DA6096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6096; }
p { color: rgb(218,96,150); }
H1.HeaderClassName
{
color: #DA6096;
}
.AnyTagClassName
{
color: #DA6096;
}
</style>
background-color css
<style>
a { background-color: #DA6096; }
a { background-color: rgb(218,96,150); }
div.DivClassName
{
background-color: #DA6096;
}
.BgClassName
{
background-color: #DA6096;
}
</style>
border-color css
<style>
span { border-color: #DA6096; }
span { border-color: rgb(218,96,150); }
td.TdClassName
{
border-color: #DA6096;
}
.TagClassName
{
border-color: #DA6096;
}
</style>