Shades of Pale Violet Red #DA6F8D
Tints of Pale Violet Red #DA6F8D
RGB
CMYK
RGB Variations
Color information
#DA6F8D (or 0xDA6F8D) is known color: Pale Violet Red. HEX triplet: DA, 6F and 8D. RGB value is (218,111,141). Sum of RGB (Red+Green+Blue) = 218+111+141=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6F8D is #259072. Grayscale: #929292. Windows color (decimal): -2461811 or 9269210. OLE color: 9269210.
HSL color Cylindrical-coordinate representation of color #DA6F8D: hue angle of 343.18º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA6F8D is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 111 | 141 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.15 |
| HSL | 343.18º | 0.59% | 0.65% | - |
| HSV(B) | 343.18º | 0.49% | 0.85% | - |
| XYZ | 39.41 | 28.2 | 28.57 | - |
| YUV | 146.41 | 124.95 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 141 | 0 | 0.49 | 0.35 | 0.15 | 343.18 | 0.59 | 0.65 |
| Hex | DA | 6F | 8D | 0 | 31 | 23 | F | 157 | 3B | 41 |
| Octal | 332 | 157 | 215 | 0 | 61 | 43 | 17 | 527 | 73 | 101 |
| Binary | 11011010 | 1101111 | 10001101 | 0 | 110001 | 100011 | 1111 | 101010111 | 111011 | 1000001 |
Color Harmonies of #DA6F8D
Complementary color
Monochromatic Colors of #DA6F8D
Black with #DA6F8D
Text Example
Text Example
White with #DA6F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6F8D; }
p { color: rgb(218,111,141); }
H1.HeaderClassName
{
color: #DA6F8D;
}
.AnyTagClassName
{
color: #DA6F8D;
}
</style>
background-color css
<style>
a { background-color: #DA6F8D; }
a { background-color: rgb(218,111,141); }
div.DivClassName
{
background-color: #DA6F8D;
}
.BgClassName
{
background-color: #DA6F8D;
}
</style>
border-color css
<style>
span { border-color: #DA6F8D; }
span { border-color: rgb(218,111,141); }
td.TdClassName
{
border-color: #DA6F8D;
}
.TagClassName
{
border-color: #DA6F8D;
}
</style>