Shades of Pale Violet Red #DA69A1
Tints of Pale Violet Red #DA69A1
RGB
CMYK
RGB Variations
Color information
#DA69A1 (or 0xDA69A1) is known color: Pale Violet Red. HEX triplet: DA, 69 and A1. RGB value is (218,105,161). Sum of RGB (Red+Green+Blue) = 218+105+161=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA69A1 is #25965E. Grayscale: #919191. Windows color (decimal): -2463327 or 10578394. OLE color: 10578394.
HSL color Cylindrical-coordinate representation of color #DA69A1: hue angle of 330.27º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA69A1 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 161 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.15 |
| HSL | 330.27º | 0.6% | 0.63% | - |
| HSV(B) | 330.27º | 0.52% | 0.85% | - |
| XYZ | 40.4 | 27.58 | 36.91 | - |
| YUV | 145.17 | 136.94 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 161 | 0 | 0.52 | 0.26 | 0.15 | 330.27 | 0.6 | 0.63 |
| Hex | DA | 69 | A1 | 0 | 34 | 1A | F | 14A | 3C | 3F |
| Octal | 332 | 151 | 241 | 0 | 64 | 32 | 17 | 512 | 74 | 77 |
| Binary | 11011010 | 1101001 | 10100001 | 0 | 110100 | 11010 | 1111 | 101001010 | 111100 | 111111 |
Color Harmonies of #DA69A1
Complementary color
Monochromatic Colors of #DA69A1
Black with #DA69A1
Text Example
Text Example
White with #DA69A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA69A1; }
p { color: rgb(218,105,161); }
H1.HeaderClassName
{
color: #DA69A1;
}
.AnyTagClassName
{
color: #DA69A1;
}
</style>
background-color css
<style>
a { background-color: #DA69A1; }
a { background-color: rgb(218,105,161); }
div.DivClassName
{
background-color: #DA69A1;
}
.BgClassName
{
background-color: #DA69A1;
}
</style>
border-color css
<style>
span { border-color: #DA69A1; }
span { border-color: rgb(218,105,161); }
td.TdClassName
{
border-color: #DA69A1;
}
.TagClassName
{
border-color: #DA69A1;
}
</style>