Shades of Pale Violet Red #DA68A0
Tints of Pale Violet Red #DA68A0
RGB
CMYK
RGB Variations
Color information
#DA68A0 (or 0xDA68A0) is known color: Pale Violet Red. HEX triplet: DA, 68 and A0. RGB value is (218,104,160). Sum of RGB (Red+Green+Blue) = 218+104+160=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA68A0 is #25975F. Grayscale: #909090. Windows color (decimal): -2463584 or 10512602. OLE color: 10512602.
HSL color Cylindrical-coordinate representation of color #DA68A0: hue angle of 330.53º degrees, saturation: 0.61, 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 #DA68A0 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 160 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.15 |
| HSL | 330.53º | 0.61% | 0.63% | - |
| HSV(B) | 330.53º | 0.52% | 0.85% | - |
| XYZ | 40.21 | 27.34 | 36.42 | - |
| YUV | 144.47 | 136.77 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 160 | 0 | 0.52 | 0.27 | 0.15 | 330.53 | 0.61 | 0.63 |
| Hex | DA | 68 | A0 | 0 | 34 | 1B | F | 14B | 3D | 3F |
| Octal | 332 | 150 | 240 | 0 | 64 | 33 | 17 | 513 | 75 | 77 |
| Binary | 11011010 | 1101000 | 10100000 | 0 | 110100 | 11011 | 1111 | 101001011 | 111101 | 111111 |
Color Harmonies of #DA68A0
Complementary color
Monochromatic Colors of #DA68A0
Black with #DA68A0
Text Example
Text Example
White with #DA68A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA68A0; }
p { color: rgb(218,104,160); }
H1.HeaderClassName
{
color: #DA68A0;
}
.AnyTagClassName
{
color: #DA68A0;
}
</style>
background-color css
<style>
a { background-color: #DA68A0; }
a { background-color: rgb(218,104,160); }
div.DivClassName
{
background-color: #DA68A0;
}
.BgClassName
{
background-color: #DA68A0;
}
</style>
border-color css
<style>
span { border-color: #DA68A0; }
span { border-color: rgb(218,104,160); }
td.TdClassName
{
border-color: #DA68A0;
}
.TagClassName
{
border-color: #DA68A0;
}
</style>