Shades of Pale Violet Red #DA6A8E
Tints of Pale Violet Red #DA6A8E
RGB
CMYK
RGB Variations
Color information
#DA6A8E (or 0xDA6A8E) is known color: Pale Violet Red. HEX triplet: DA, 6A and 8E. RGB value is (218,106,142). Sum of RGB (Red+Green+Blue) = 218+106+142=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6A8E is #259571. Grayscale: #8F8F8F. Windows color (decimal): -2463090 or 9333466. OLE color: 9333466.
HSL color Cylindrical-coordinate representation of color #DA6A8E: hue angle of 340.71º 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 #DA6A8E is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 142 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.15 |
| HSL | 340.71º | 0.6% | 0.64% | - |
| HSV(B) | 340.71º | 0.51% | 0.85% | - |
| XYZ | 38.95 | 27.17 | 28.78 | - |
| YUV | 143.59 | 127.11 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 142 | 0 | 0.51 | 0.35 | 0.15 | 340.71 | 0.6 | 0.64 |
| Hex | DA | 6A | 8E | 0 | 33 | 23 | F | 155 | 3C | 40 |
| Octal | 332 | 152 | 216 | 0 | 63 | 43 | 17 | 525 | 74 | 100 |
| Binary | 11011010 | 1101010 | 10001110 | 0 | 110011 | 100011 | 1111 | 101010101 | 111100 | 1000000 |
Color Harmonies of #DA6A8E
Complementary color
Monochromatic Colors of #DA6A8E
Black with #DA6A8E
Text Example
Text Example
White with #DA6A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6A8E; }
p { color: rgb(218,106,142); }
H1.HeaderClassName
{
color: #DA6A8E;
}
.AnyTagClassName
{
color: #DA6A8E;
}
</style>
background-color css
<style>
a { background-color: #DA6A8E; }
a { background-color: rgb(218,106,142); }
div.DivClassName
{
background-color: #DA6A8E;
}
.BgClassName
{
background-color: #DA6A8E;
}
</style>
border-color css
<style>
span { border-color: #DA6A8E; }
span { border-color: rgb(218,106,142); }
td.TdClassName
{
border-color: #DA6A8E;
}
.TagClassName
{
border-color: #DA6A8E;
}
</style>