Shades of Pale Violet Red #DA6C9B
Tints of Pale Violet Red #DA6C9B
RGB
CMYK
RGB Variations
Color information
#DA6C9B (or 0xDA6C9B) is known color: Pale Violet Red. HEX triplet: DA, 6C and 9B. RGB value is (218,108,155). Sum of RGB (Red+Green+Blue) = 218+108+155=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6C9B is #259364. Grayscale: #929292. Windows color (decimal): -2462565 or 10185946. OLE color: 10185946.
HSL color Cylindrical-coordinate representation of color #DA6C9B: hue angle of 334.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6C9B is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 155 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.15 |
| HSL | 334.36º | 0.6% | 0.64% | - |
| HSV(B) | 334.36º | 0.5% | 0.85% | - |
| XYZ | 40.19 | 28 | 34.3 | - |
| YUV | 146.25 | 132.94 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 155 | 0 | 0.50 | 0.29 | 0.15 | 334.36 | 0.6 | 0.64 |
| Hex | DA | 6C | 9B | 0 | 32 | 1D | F | 14E | 3C | 40 |
| Octal | 332 | 154 | 233 | 0 | 62 | 35 | 17 | 516 | 74 | 100 |
| Binary | 11011010 | 1101100 | 10011011 | 0 | 110010 | 11101 | 1111 | 101001110 | 111100 | 1000000 |
Color Harmonies of #DA6C9B
Complementary color
Monochromatic Colors of #DA6C9B
Black with #DA6C9B
Text Example
Text Example
White with #DA6C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6C9B; }
p { color: rgb(218,108,155); }
H1.HeaderClassName
{
color: #DA6C9B;
}
.AnyTagClassName
{
color: #DA6C9B;
}
</style>
background-color css
<style>
a { background-color: #DA6C9B; }
a { background-color: rgb(218,108,155); }
div.DivClassName
{
background-color: #DA6C9B;
}
.BgClassName
{
background-color: #DA6C9B;
}
</style>
border-color css
<style>
span { border-color: #DA6C9B; }
span { border-color: rgb(218,108,155); }
td.TdClassName
{
border-color: #DA6C9B;
}
.TagClassName
{
border-color: #DA6C9B;
}
</style>