Shades of Pale Violet Red #DA669B
Tints of Pale Violet Red #DA669B
RGB
CMYK
RGB Variations
Color information
#DA669B (or 0xDA669B) is known color: Pale Violet Red. HEX triplet: DA, 66 and 9B. RGB value is (218,102,155). Sum of RGB (Red+Green+Blue) = 218+102+155=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA669B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA669B is #259964. Grayscale: #8E8E8E. Windows color (decimal): -2464101 or 10184410. OLE color: 10184410.
HSL color Cylindrical-coordinate representation of color #DA669B: hue angle of 332.59º 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 #DA669B is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 155 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.15 |
| HSL | 332.59º | 0.61% | 0.63% | - |
| HSV(B) | 332.59º | 0.53% | 0.85% | - |
| XYZ | 39.58 | 26.77 | 34.09 | - |
| YUV | 142.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 155 | 0 | 0.53 | 0.29 | 0.15 | 332.59 | 0.61 | 0.63 |
| Hex | DA | 66 | 9B | 0 | 35 | 1D | F | 14D | 3D | 3F |
| Octal | 332 | 146 | 233 | 0 | 65 | 35 | 17 | 515 | 75 | 77 |
| Binary | 11011010 | 1100110 | 10011011 | 0 | 110101 | 11101 | 1111 | 101001101 | 111101 | 111111 |
Color Harmonies of #DA669B
Complementary color
Monochromatic Colors of #DA669B
Black with #DA669B
Text Example
Text Example
White with #DA669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA669B; }
p { color: rgb(218,102,155); }
H1.HeaderClassName
{
color: #DA669B;
}
.AnyTagClassName
{
color: #DA669B;
}
</style>
background-color css
<style>
a { background-color: #DA669B; }
a { background-color: rgb(218,102,155); }
div.DivClassName
{
background-color: #DA669B;
}
.BgClassName
{
background-color: #DA669B;
}
</style>
border-color css
<style>
span { border-color: #DA669B; }
span { border-color: rgb(218,102,155); }
td.TdClassName
{
border-color: #DA669B;
}
.TagClassName
{
border-color: #DA669B;
}
</style>