Shades of Pale Violet Red #DA5E90
Tints of Pale Violet Red #DA5E90
RGB
CMYK
RGB Variations
Color information
#DA5E90 (or 0xDA5E90) is known color: Pale Violet Red. HEX triplet: DA, 5E and 90. RGB value is (218,94,144). Sum of RGB (Red+Green+Blue) = 218+94+144=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5E90 is #25A16F. Grayscale: #888888. Windows color (decimal): -2466160 or 9461466. OLE color: 9461466.
HSL color Cylindrical-coordinate representation of color #DA5E90: hue angle of 335.81º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5E90 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 94 | 144 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.15 |
| HSL | 335.81º | 0.63% | 0.61% | - |
| HSV(B) | 335.81º | 0.57% | 0.85% | - |
| XYZ | 37.95 | 24.92 | 29.2 | - |
| YUV | 136.78 | 132.08 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 94 | 144 | 0 | 0.57 | 0.34 | 0.15 | 335.81 | 0.63 | 0.61 |
| Hex | DA | 5E | 90 | 0 | 39 | 22 | F | 150 | 3F | 3D |
| Octal | 332 | 136 | 220 | 0 | 71 | 42 | 17 | 520 | 77 | 75 |
| Binary | 11011010 | 1011110 | 10010000 | 0 | 111001 | 100010 | 1111 | 101010000 | 111111 | 111101 |
Color Harmonies of #DA5E90
Complementary color
Monochromatic Colors of #DA5E90
Black with #DA5E90
Text Example
Text Example
White with #DA5E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5E90; }
p { color: rgb(218,94,144); }
H1.HeaderClassName
{
color: #DA5E90;
}
.AnyTagClassName
{
color: #DA5E90;
}
</style>
background-color css
<style>
a { background-color: #DA5E90; }
a { background-color: rgb(218,94,144); }
div.DivClassName
{
background-color: #DA5E90;
}
.BgClassName
{
background-color: #DA5E90;
}
</style>
border-color css
<style>
span { border-color: #DA5E90; }
span { border-color: rgb(218,94,144); }
td.TdClassName
{
border-color: #DA5E90;
}
.TagClassName
{
border-color: #DA5E90;
}
</style>