Shades of Pale Violet Red #DA759C
Tints of Pale Violet Red #DA759C
RGB
CMYK
RGB Variations
Color information
#DA759C (or 0xDA759C) is known color: Pale Violet Red. HEX triplet: DA, 75 and 9C. RGB value is (218,117,156). Sum of RGB (Red+Green+Blue) = 218+117+156=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA759C is #258A63. Grayscale: #979797. Windows color (decimal): -2460260 or 10253786. OLE color: 10253786.
HSL color Cylindrical-coordinate representation of color #DA759C: hue angle of 336.83º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA759C is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 156 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.15 |
| HSL | 336.83º | 0.58% | 0.66% | - |
| HSV(B) | 336.83º | 0.46% | 0.85% | - |
| XYZ | 41.28 | 30.03 | 35.07 | - |
| YUV | 151.65 | 130.46 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 156 | 0 | 0.46 | 0.28 | 0.15 | 336.83 | 0.58 | 0.66 |
| Hex | DA | 75 | 9C | 0 | 2E | 1C | F | 151 | 3A | 42 |
| Octal | 332 | 165 | 234 | 0 | 56 | 34 | 17 | 521 | 72 | 102 |
| Binary | 11011010 | 1110101 | 10011100 | 0 | 101110 | 11100 | 1111 | 101010001 | 111010 | 1000010 |
Color Harmonies of #DA759C
Complementary color
Monochromatic Colors of #DA759C
Black with #DA759C
Text Example
Text Example
White with #DA759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA759C; }
p { color: rgb(218,117,156); }
H1.HeaderClassName
{
color: #DA759C;
}
.AnyTagClassName
{
color: #DA759C;
}
</style>
background-color css
<style>
a { background-color: #DA759C; }
a { background-color: rgb(218,117,156); }
div.DivClassName
{
background-color: #DA759C;
}
.BgClassName
{
background-color: #DA759C;
}
</style>
border-color css
<style>
span { border-color: #DA759C; }
span { border-color: rgb(218,117,156); }
td.TdClassName
{
border-color: #DA759C;
}
.TagClassName
{
border-color: #DA759C;
}
</style>