Shades of Pale Violet Red #DA76A1
Tints of Pale Violet Red #DA76A1
RGB
CMYK
RGB Variations
Color information
#DA76A1 (or 0xDA76A1) is known color: Pale Violet Red. HEX triplet: DA, 76 and A1. RGB value is (218,118,161). Sum of RGB (Red+Green+Blue) = 218+118+161=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA76A1 is #25895E. Grayscale: #989898. Windows color (decimal): -2459999 or 10581722. OLE color: 10581722.
HSL color Cylindrical-coordinate representation of color #DA76A1: hue angle of 334.2º degrees, saturation: 0.57, 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 #DA76A1 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 161 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.15 |
| HSL | 334.2º | 0.57% | 0.66% | - |
| HSV(B) | 334.2º | 0.46% | 0.85% | - |
| XYZ | 41.82 | 30.44 | 37.39 | - |
| YUV | 152.8 | 132.63 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 161 | 0 | 0.46 | 0.26 | 0.15 | 334.2 | 0.57 | 0.66 |
| Hex | DA | 76 | A1 | 0 | 2E | 1A | F | 14E | 39 | 42 |
| Octal | 332 | 166 | 241 | 0 | 56 | 32 | 17 | 516 | 71 | 102 |
| Binary | 11011010 | 1110110 | 10100001 | 0 | 101110 | 11010 | 1111 | 101001110 | 111001 | 1000010 |
Color Harmonies of #DA76A1
Complementary color
Monochromatic Colors of #DA76A1
Black with #DA76A1
Text Example
Text Example
White with #DA76A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76A1; }
p { color: rgb(218,118,161); }
H1.HeaderClassName
{
color: #DA76A1;
}
.AnyTagClassName
{
color: #DA76A1;
}
</style>
background-color css
<style>
a { background-color: #DA76A1; }
a { background-color: rgb(218,118,161); }
div.DivClassName
{
background-color: #DA76A1;
}
.BgClassName
{
background-color: #DA76A1;
}
</style>
border-color css
<style>
span { border-color: #DA76A1; }
span { border-color: rgb(218,118,161); }
td.TdClassName
{
border-color: #DA76A1;
}
.TagClassName
{
border-color: #DA76A1;
}
</style>