Shades of Pale Violet Red #DA6497
Tints of Pale Violet Red #DA6497
RGB
CMYK
RGB Variations
Color information
#DA6497 (or 0xDA6497) is known color: Pale Violet Red. HEX triplet: DA, 64 and 97. RGB value is (218,100,151). Sum of RGB (Red+Green+Blue) = 218+100+151=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6497 is #259B68. Grayscale: #8D8D8D. Windows color (decimal): -2464617 or 9921754. OLE color: 9921754.
HSL color Cylindrical-coordinate representation of color #DA6497: hue angle of 334.07º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6497 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 151 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.15 |
| HSL | 334.07º | 0.61% | 0.62% | - |
| HSV(B) | 334.07º | 0.54% | 0.85% | - |
| XYZ | 39.06 | 26.25 | 32.29 | - |
| YUV | 141.1 | 133.59 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 151 | 0 | 0.54 | 0.31 | 0.15 | 334.07 | 0.61 | 0.62 |
| Hex | DA | 64 | 97 | 0 | 36 | 1F | F | 14E | 3D | 3E |
| Octal | 332 | 144 | 227 | 0 | 66 | 37 | 17 | 516 | 75 | 76 |
| Binary | 11011010 | 1100100 | 10010111 | 0 | 110110 | 11111 | 1111 | 101001110 | 111101 | 111110 |
Color Harmonies of #DA6497
Complementary color
Monochromatic Colors of #DA6497
Black with #DA6497
Text Example
Text Example
White with #DA6497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6497; }
p { color: rgb(218,100,151); }
H1.HeaderClassName
{
color: #DA6497;
}
.AnyTagClassName
{
color: #DA6497;
}
</style>
background-color css
<style>
a { background-color: #DA6497; }
a { background-color: rgb(218,100,151); }
div.DivClassName
{
background-color: #DA6497;
}
.BgClassName
{
background-color: #DA6497;
}
</style>
border-color css
<style>
span { border-color: #DA6497; }
span { border-color: rgb(218,100,151); }
td.TdClassName
{
border-color: #DA6497;
}
.TagClassName
{
border-color: #DA6497;
}
</style>