Shades of Pale Violet Red #DA6D9F
Tints of Pale Violet Red #DA6D9F
RGB
CMYK
RGB Variations
Color information
#DA6D9F (or 0xDA6D9F) is known color: Pale Violet Red. HEX triplet: DA, 6D and 9F. RGB value is (218,109,159). Sum of RGB (Red+Green+Blue) = 218+109+159=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6D9F is #259260. Grayscale: #939393. Windows color (decimal): -2462305 or 10448346. OLE color: 10448346.
HSL color Cylindrical-coordinate representation of color #DA6D9F: hue angle of 332.48º 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 #DA6D9F is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 159 | - |
| CMYK | 0 | 0.5 | 0.27 | 0.15 |
| HSL | 332.48º | 0.6% | 0.64% | - |
| HSV(B) | 332.48º | 0.5% | 0.85% | - |
| XYZ | 40.64 | 28.35 | 36.13 | - |
| YUV | 147.29 | 134.61 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 159 | 0 | 0.5 | 0.27 | 0.15 | 332.48 | 0.6 | 0.64 |
| Hex | DA | 6D | 9F | 0 | 32 | 1B | F | 14C | 3C | 40 |
| Octal | 332 | 155 | 237 | 0 | 62 | 33 | 17 | 514 | 74 | 100 |
| Binary | 11011010 | 1101101 | 10011111 | 0 | 110010 | 11011 | 1111 | 101001100 | 111100 | 1000000 |
Color Harmonies of #DA6D9F
Complementary color
Monochromatic Colors of #DA6D9F
Black with #DA6D9F
Text Example
Text Example
White with #DA6D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6D9F; }
p { color: rgb(218,109,159); }
H1.HeaderClassName
{
color: #DA6D9F;
}
.AnyTagClassName
{
color: #DA6D9F;
}
</style>
background-color css
<style>
a { background-color: #DA6D9F; }
a { background-color: rgb(218,109,159); }
div.DivClassName
{
background-color: #DA6D9F;
}
.BgClassName
{
background-color: #DA6D9F;
}
</style>
border-color css
<style>
span { border-color: #DA6D9F; }
span { border-color: rgb(218,109,159); }
td.TdClassName
{
border-color: #DA6D9F;
}
.TagClassName
{
border-color: #DA6D9F;
}
</style>