Shades of Pale Violet Red #DA6599
Tints of Pale Violet Red #DA6599
RGB
CMYK
RGB Variations
Color information
#DA6599 (or 0xDA6599) is known color: Pale Violet Red. HEX triplet: DA, 65 and 99. RGB value is (218,101,153). Sum of RGB (Red+Green+Blue) = 218+101+153=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6599 is #259A66. Grayscale: #8D8D8D. Windows color (decimal): -2464359 or 10053082. OLE color: 10053082.
HSL color Cylindrical-coordinate representation of color #DA6599: hue angle of 333.33º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6599 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 153 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.15 |
| HSL | 333.33º | 0.61% | 0.63% | - |
| HSV(B) | 333.33º | 0.54% | 0.85% | - |
| XYZ | 39.32 | 26.51 | 33.18 | - |
| YUV | 141.91 | 134.26 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 153 | 0 | 0.54 | 0.30 | 0.15 | 333.33 | 0.61 | 0.63 |
| Hex | DA | 65 | 99 | 0 | 36 | 1E | F | 14D | 3D | 3F |
| Octal | 332 | 145 | 231 | 0 | 66 | 36 | 17 | 515 | 75 | 77 |
| Binary | 11011010 | 1100101 | 10011001 | 0 | 110110 | 11110 | 1111 | 101001101 | 111101 | 111111 |
Color Harmonies of #DA6599
Complementary color
Monochromatic Colors of #DA6599
Black with #DA6599
Text Example
Text Example
White with #DA6599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6599; }
p { color: rgb(218,101,153); }
H1.HeaderClassName
{
color: #DA6599;
}
.AnyTagClassName
{
color: #DA6599;
}
</style>
background-color css
<style>
a { background-color: #DA6599; }
a { background-color: rgb(218,101,153); }
div.DivClassName
{
background-color: #DA6599;
}
.BgClassName
{
background-color: #DA6599;
}
</style>
border-color css
<style>
span { border-color: #DA6599; }
span { border-color: rgb(218,101,153); }
td.TdClassName
{
border-color: #DA6599;
}
.TagClassName
{
border-color: #DA6599;
}
</style>