Shades of Pale Violet Red #DA6A8B
Tints of Pale Violet Red #DA6A8B
RGB
CMYK
RGB Variations
Color information
#DA6A8B (or 0xDA6A8B) is known color: Pale Violet Red. HEX triplet: DA, 6A and 8B. RGB value is (218,106,139). Sum of RGB (Red+Green+Blue) = 218+106+139=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6A8B is #259574. Grayscale: #8F8F8F. Windows color (decimal): -2463093 or 9136858. OLE color: 9136858.
HSL color Cylindrical-coordinate representation of color #DA6A8B: hue angle of 342.32º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6A8B is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 139 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.15 |
| HSL | 342.32º | 0.6% | 0.64% | - |
| HSV(B) | 342.32º | 0.51% | 0.85% | - |
| XYZ | 38.73 | 27.08 | 27.61 | - |
| YUV | 143.25 | 125.61 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 139 | 0 | 0.51 | 0.36 | 0.15 | 342.32 | 0.6 | 0.64 |
| Hex | DA | 6A | 8B | 0 | 33 | 24 | F | 156 | 3C | 40 |
| Octal | 332 | 152 | 213 | 0 | 63 | 44 | 17 | 526 | 74 | 100 |
| Binary | 11011010 | 1101010 | 10001011 | 0 | 110011 | 100100 | 1111 | 101010110 | 111100 | 1000000 |
Color Harmonies of #DA6A8B
Complementary color
Monochromatic Colors of #DA6A8B
Black with #DA6A8B
Text Example
Text Example
White with #DA6A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6A8B; }
p { color: rgb(218,106,139); }
H1.HeaderClassName
{
color: #DA6A8B;
}
.AnyTagClassName
{
color: #DA6A8B;
}
</style>
background-color css
<style>
a { background-color: #DA6A8B; }
a { background-color: rgb(218,106,139); }
div.DivClassName
{
background-color: #DA6A8B;
}
.BgClassName
{
background-color: #DA6A8B;
}
</style>
border-color css
<style>
span { border-color: #DA6A8B; }
span { border-color: rgb(218,106,139); }
td.TdClassName
{
border-color: #DA6A8B;
}
.TagClassName
{
border-color: #DA6A8B;
}
</style>