Shades of Pale Violet Red #DA75A1
Tints of Pale Violet Red #DA75A1
RGB
CMYK
RGB Variations
Color information
#DA75A1 (or 0xDA75A1) is known color: Pale Violet Red. HEX triplet: DA, 75 and A1. RGB value is (218,117,161). Sum of RGB (Red+Green+Blue) = 218+117+161=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA75A1 is #258A5E. Grayscale: #989898. Windows color (decimal): -2460255 or 10581466. OLE color: 10581466.
HSL color Cylindrical-coordinate representation of color #DA75A1: hue angle of 333.86º 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 #DA75A1 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 161 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.15 |
| HSL | 333.86º | 0.58% | 0.66% | - |
| HSV(B) | 333.86º | 0.46% | 0.85% | - |
| XYZ | 41.71 | 30.2 | 37.35 | - |
| YUV | 152.22 | 132.96 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 161 | 0 | 0.46 | 0.26 | 0.15 | 333.86 | 0.58 | 0.66 |
| Hex | DA | 75 | A1 | 0 | 2E | 1A | F | 14E | 3A | 42 |
| Octal | 332 | 165 | 241 | 0 | 56 | 32 | 17 | 516 | 72 | 102 |
| Binary | 11011010 | 1110101 | 10100001 | 0 | 101110 | 11010 | 1111 | 101001110 | 111010 | 1000010 |
Color Harmonies of #DA75A1
Complementary color
Monochromatic Colors of #DA75A1
Black with #DA75A1
Text Example
Text Example
White with #DA75A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA75A1; }
p { color: rgb(218,117,161); }
H1.HeaderClassName
{
color: #DA75A1;
}
.AnyTagClassName
{
color: #DA75A1;
}
</style>
background-color css
<style>
a { background-color: #DA75A1; }
a { background-color: rgb(218,117,161); }
div.DivClassName
{
background-color: #DA75A1;
}
.BgClassName
{
background-color: #DA75A1;
}
</style>
border-color css
<style>
span { border-color: #DA75A1; }
span { border-color: rgb(218,117,161); }
td.TdClassName
{
border-color: #DA75A1;
}
.TagClassName
{
border-color: #DA75A1;
}
</style>