Shades of Pale Violet Red #DA6590
Tints of Pale Violet Red #DA6590
RGB
CMYK
RGB Variations
Color information
#DA6590 (or 0xDA6590) is known color: Pale Violet Red. HEX triplet: DA, 65 and 90. RGB value is (218,101,144). Sum of RGB (Red+Green+Blue) = 218+101+144=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6590 is #259A6F. Grayscale: #8C8C8C. Windows color (decimal): -2464368 or 9463258. OLE color: 9463258.
HSL color Cylindrical-coordinate representation of color #DA6590: hue angle of 337.95º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6590 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 144 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.15 |
| HSL | 337.95º | 0.61% | 0.63% | - |
| HSV(B) | 337.95º | 0.54% | 0.85% | - |
| XYZ | 38.6 | 26.23 | 29.41 | - |
| YUV | 140.89 | 129.76 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 144 | 0 | 0.54 | 0.34 | 0.15 | 337.95 | 0.61 | 0.63 |
| Hex | DA | 65 | 90 | 0 | 36 | 22 | F | 152 | 3D | 3F |
| Octal | 332 | 145 | 220 | 0 | 66 | 42 | 17 | 522 | 75 | 77 |
| Binary | 11011010 | 1100101 | 10010000 | 0 | 110110 | 100010 | 1111 | 101010010 | 111101 | 111111 |
Color Harmonies of #DA6590
Complementary color
Monochromatic Colors of #DA6590
Black with #DA6590
Text Example
Text Example
White with #DA6590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6590; }
p { color: rgb(218,101,144); }
H1.HeaderClassName
{
color: #DA6590;
}
.AnyTagClassName
{
color: #DA6590;
}
</style>
background-color css
<style>
a { background-color: #DA6590; }
a { background-color: rgb(218,101,144); }
div.DivClassName
{
background-color: #DA6590;
}
.BgClassName
{
background-color: #DA6590;
}
</style>
border-color css
<style>
span { border-color: #DA6590; }
span { border-color: rgb(218,101,144); }
td.TdClassName
{
border-color: #DA6590;
}
.TagClassName
{
border-color: #DA6590;
}
</style>