Shades of Pale Violet Red #DA6C99
Tints of Pale Violet Red #DA6C99
RGB
CMYK
RGB Variations
Color information
#DA6C99 (or 0xDA6C99) is known color: Pale Violet Red. HEX triplet: DA, 6C and 99. RGB value is (218,108,153). Sum of RGB (Red+Green+Blue) = 218+108+153=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6C99 is #259366. Grayscale: #919191. Windows color (decimal): -2462567 or 10054874. OLE color: 10054874.
HSL color Cylindrical-coordinate representation of color #DA6C99: hue angle of 335.45º 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 #DA6C99 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 153 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.15 |
| HSL | 335.45º | 0.6% | 0.64% | - |
| HSV(B) | 335.45º | 0.5% | 0.85% | - |
| XYZ | 40.03 | 27.93 | 33.42 | - |
| YUV | 146.02 | 131.94 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 153 | 0 | 0.50 | 0.30 | 0.15 | 335.45 | 0.6 | 0.64 |
| Hex | DA | 6C | 99 | 0 | 32 | 1E | F | 14F | 3C | 40 |
| Octal | 332 | 154 | 231 | 0 | 62 | 36 | 17 | 517 | 74 | 100 |
| Binary | 11011010 | 1101100 | 10011001 | 0 | 110010 | 11110 | 1111 | 101001111 | 111100 | 1000000 |
Color Harmonies of #DA6C99
Complementary color
Monochromatic Colors of #DA6C99
Black with #DA6C99
Text Example
Text Example
White with #DA6C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6C99; }
p { color: rgb(218,108,153); }
H1.HeaderClassName
{
color: #DA6C99;
}
.AnyTagClassName
{
color: #DA6C99;
}
</style>
background-color css
<style>
a { background-color: #DA6C99; }
a { background-color: rgb(218,108,153); }
div.DivClassName
{
background-color: #DA6C99;
}
.BgClassName
{
background-color: #DA6C99;
}
</style>
border-color css
<style>
span { border-color: #DA6C99; }
span { border-color: rgb(218,108,153); }
td.TdClassName
{
border-color: #DA6C99;
}
.TagClassName
{
border-color: #DA6C99;
}
</style>