Shades of Pale Violet Red #DA6FA8
Tints of Pale Violet Red #DA6FA8
RGB
CMYK
RGB Variations
Color information
#DA6FA8 (or 0xDA6FA8) is known color: Pale Violet Red. HEX triplet: DA, 6F and A8. RGB value is (218,111,168). Sum of RGB (Red+Green+Blue) = 218+111+168=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6FA8 is #259057. Grayscale: #959595. Windows color (decimal): -2461784 or 11038682. OLE color: 11038682.
HSL color Cylindrical-coordinate representation of color #DA6FA8: hue angle of 328.04º 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 #DA6FA8 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 111 | 168 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.15 |
| HSL | 328.04º | 0.59% | 0.65% | - |
| HSV(B) | 328.04º | 0.49% | 0.85% | - |
| XYZ | 41.67 | 29.1 | 40.47 | - |
| YUV | 149.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 168 | 0 | 0.49 | 0.23 | 0.15 | 328.04 | 0.59 | 0.65 |
| Hex | DA | 6F | A8 | 0 | 31 | 17 | F | 148 | 3B | 41 |
| Octal | 332 | 157 | 250 | 0 | 61 | 27 | 17 | 510 | 73 | 101 |
| Binary | 11011010 | 1101111 | 10101000 | 0 | 110001 | 10111 | 1111 | 101001000 | 111011 | 1000001 |
Color Harmonies of #DA6FA8
Complementary color
Monochromatic Colors of #DA6FA8
Black with #DA6FA8
Text Example
Text Example
White with #DA6FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6FA8; }
p { color: rgb(218,111,168); }
H1.HeaderClassName
{
color: #DA6FA8;
}
.AnyTagClassName
{
color: #DA6FA8;
}
</style>
background-color css
<style>
a { background-color: #DA6FA8; }
a { background-color: rgb(218,111,168); }
div.DivClassName
{
background-color: #DA6FA8;
}
.BgClassName
{
background-color: #DA6FA8;
}
</style>
border-color css
<style>
span { border-color: #DA6FA8; }
span { border-color: rgb(218,111,168); }
td.TdClassName
{
border-color: #DA6FA8;
}
.TagClassName
{
border-color: #DA6FA8;
}
</style>