Shades of Pale Violet Red #DA76A2
Tints of Pale Violet Red #DA76A2
RGB
CMYK
RGB Variations
Color information
#DA76A2 (or 0xDA76A2) is known color: Pale Violet Red. HEX triplet: DA, 76 and A2. RGB value is (218,118,162). Sum of RGB (Red+Green+Blue) = 218+118+162=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA76A2 is #25895D. Grayscale: #989898. Windows color (decimal): -2459998 or 10647258. OLE color: 10647258.
HSL color Cylindrical-coordinate representation of color #DA76A2: hue angle of 333.6º 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 #DA76A2 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 162 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.15 |
| HSL | 333.6º | 0.57% | 0.66% | - |
| HSV(B) | 333.6º | 0.46% | 0.85% | - |
| XYZ | 41.91 | 30.47 | 37.85 | - |
| YUV | 152.92 | 133.13 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 162 | 0 | 0.46 | 0.26 | 0.15 | 333.6 | 0.57 | 0.66 |
| Hex | DA | 76 | A2 | 0 | 2E | 1A | F | 14E | 39 | 42 |
| Octal | 332 | 166 | 242 | 0 | 56 | 32 | 17 | 516 | 71 | 102 |
| Binary | 11011010 | 1110110 | 10100010 | 0 | 101110 | 11010 | 1111 | 101001110 | 111001 | 1000010 |
Color Harmonies of #DA76A2
Complementary color
Monochromatic Colors of #DA76A2
Black with #DA76A2
Text Example
Text Example
White with #DA76A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76A2; }
p { color: rgb(218,118,162); }
H1.HeaderClassName
{
color: #DA76A2;
}
.AnyTagClassName
{
color: #DA76A2;
}
</style>
background-color css
<style>
a { background-color: #DA76A2; }
a { background-color: rgb(218,118,162); }
div.DivClassName
{
background-color: #DA76A2;
}
.BgClassName
{
background-color: #DA76A2;
}
</style>
border-color css
<style>
span { border-color: #DA76A2; }
span { border-color: rgb(218,118,162); }
td.TdClassName
{
border-color: #DA76A2;
}
.TagClassName
{
border-color: #DA76A2;
}
</style>