Shades of Pale Violet Red #DA6699
Tints of Pale Violet Red #DA6699
RGB
CMYK
RGB Variations
Color information
#DA6699 (or 0xDA6699) is known color: Pale Violet Red. HEX triplet: DA, 66 and 99. RGB value is (218,102,153). Sum of RGB (Red+Green+Blue) = 218+102+153=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6699 is #259966. Grayscale: #8E8E8E. Windows color (decimal): -2464103 or 10053338. OLE color: 10053338.
HSL color Cylindrical-coordinate representation of color #DA6699: hue angle of 333.62º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6699 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 153 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.15 |
| HSL | 333.62º | 0.61% | 0.63% | - |
| HSV(B) | 333.62º | 0.53% | 0.85% | - |
| XYZ | 39.41 | 26.71 | 33.21 | - |
| YUV | 142.5 | 133.93 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 153 | 0 | 0.53 | 0.30 | 0.15 | 333.62 | 0.61 | 0.63 |
| Hex | DA | 66 | 99 | 0 | 35 | 1E | F | 14E | 3D | 3F |
| Octal | 332 | 146 | 231 | 0 | 65 | 36 | 17 | 516 | 75 | 77 |
| Binary | 11011010 | 1100110 | 10011001 | 0 | 110101 | 11110 | 1111 | 101001110 | 111101 | 111111 |
Color Harmonies of #DA6699
Complementary color
Monochromatic Colors of #DA6699
Black with #DA6699
Text Example
Text Example
White with #DA6699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6699; }
p { color: rgb(218,102,153); }
H1.HeaderClassName
{
color: #DA6699;
}
.AnyTagClassName
{
color: #DA6699;
}
</style>
background-color css
<style>
a { background-color: #DA6699; }
a { background-color: rgb(218,102,153); }
div.DivClassName
{
background-color: #DA6699;
}
.BgClassName
{
background-color: #DA6699;
}
</style>
border-color css
<style>
span { border-color: #DA6699; }
span { border-color: rgb(218,102,153); }
td.TdClassName
{
border-color: #DA6699;
}
.TagClassName
{
border-color: #DA6699;
}
</style>