Shades of Pale Violet Red #DA69A0
Tints of Pale Violet Red #DA69A0
RGB
CMYK
RGB Variations
Color information
#DA69A0 (or 0xDA69A0) is known color: Pale Violet Red. HEX triplet: DA, 69 and A0. RGB value is (218,105,160). Sum of RGB (Red+Green+Blue) = 218+105+160=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA69A0 is #25965F. Grayscale: #909090. Windows color (decimal): -2463328 or 10512858. OLE color: 10512858.
HSL color Cylindrical-coordinate representation of color #DA69A0: hue angle of 330.8º 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 #DA69A0 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 160 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.15 |
| HSL | 330.8º | 0.6% | 0.63% | - |
| HSV(B) | 330.8º | 0.52% | 0.85% | - |
| XYZ | 40.31 | 27.55 | 36.45 | - |
| YUV | 145.06 | 136.44 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 160 | 0 | 0.52 | 0.27 | 0.15 | 330.8 | 0.6 | 0.63 |
| Hex | DA | 69 | A0 | 0 | 34 | 1B | F | 14B | 3C | 3F |
| Octal | 332 | 151 | 240 | 0 | 64 | 33 | 17 | 513 | 74 | 77 |
| Binary | 11011010 | 1101001 | 10100000 | 0 | 110100 | 11011 | 1111 | 101001011 | 111100 | 111111 |
Color Harmonies of #DA69A0
Complementary color
Monochromatic Colors of #DA69A0
Black with #DA69A0
Text Example
Text Example
White with #DA69A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA69A0; }
p { color: rgb(218,105,160); }
H1.HeaderClassName
{
color: #DA69A0;
}
.AnyTagClassName
{
color: #DA69A0;
}
</style>
background-color css
<style>
a { background-color: #DA69A0; }
a { background-color: rgb(218,105,160); }
div.DivClassName
{
background-color: #DA69A0;
}
.BgClassName
{
background-color: #DA69A0;
}
</style>
border-color css
<style>
span { border-color: #DA69A0; }
span { border-color: rgb(218,105,160); }
td.TdClassName
{
border-color: #DA69A0;
}
.TagClassName
{
border-color: #DA69A0;
}
</style>