Shades of Pale Violet Red #DA6498
Tints of Pale Violet Red #DA6498
RGB
CMYK
RGB Variations
Color information
#DA6498 (or 0xDA6498) is known color: Pale Violet Red. HEX triplet: DA, 64 and 98. RGB value is (218,100,152). Sum of RGB (Red+Green+Blue) = 218+100+152=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6498 is #259B67. Grayscale: #8D8D8D. Windows color (decimal): -2464616 or 9987290. OLE color: 9987290.
HSL color Cylindrical-coordinate representation of color #DA6498: hue angle of 333.56º 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 #DA6498 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 152 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.15 |
| HSL | 333.56º | 0.61% | 0.62% | - |
| HSV(B) | 333.56º | 0.54% | 0.85% | - |
| XYZ | 39.14 | 26.29 | 32.72 | - |
| YUV | 141.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 152 | 0 | 0.54 | 0.30 | 0.15 | 333.56 | 0.61 | 0.62 |
| Hex | DA | 64 | 98 | 0 | 36 | 1E | F | 14E | 3D | 3E |
| Octal | 332 | 144 | 230 | 0 | 66 | 36 | 17 | 516 | 75 | 76 |
| Binary | 11011010 | 1100100 | 10011000 | 0 | 110110 | 11110 | 1111 | 101001110 | 111101 | 111110 |
Color Harmonies of #DA6498
Complementary color
Monochromatic Colors of #DA6498
Black with #DA6498
Text Example
Text Example
White with #DA6498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6498; }
p { color: rgb(218,100,152); }
H1.HeaderClassName
{
color: #DA6498;
}
.AnyTagClassName
{
color: #DA6498;
}
</style>
background-color css
<style>
a { background-color: #DA6498; }
a { background-color: rgb(218,100,152); }
div.DivClassName
{
background-color: #DA6498;
}
.BgClassName
{
background-color: #DA6498;
}
</style>
border-color css
<style>
span { border-color: #DA6498; }
span { border-color: rgb(218,100,152); }
td.TdClassName
{
border-color: #DA6498;
}
.TagClassName
{
border-color: #DA6498;
}
</style>