Shades of Pale Violet Red #DA5E8F
Tints of Pale Violet Red #DA5E8F
RGB
CMYK
RGB Variations
Color information
#DA5E8F (or 0xDA5E8F) is known color: Pale Violet Red. HEX triplet: DA, 5E and 8F. RGB value is (218,94,143). Sum of RGB (Red+Green+Blue) = 218+94+143=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5E8F is #25A170. Grayscale: #888888. Windows color (decimal): -2466161 or 9395930. OLE color: 9395930.
HSL color Cylindrical-coordinate representation of color #DA5E8F: hue angle of 336.29º 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 #DA5E8F is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 94 | 143 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.15 |
| HSL | 336.29º | 0.63% | 0.61% | - |
| HSV(B) | 336.29º | 0.57% | 0.85% | - |
| XYZ | 37.87 | 24.89 | 28.8 | - |
| YUV | 136.66 | 131.58 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 94 | 143 | 0 | 0.57 | 0.34 | 0.15 | 336.29 | 0.63 | 0.61 |
| Hex | DA | 5E | 8F | 0 | 39 | 22 | F | 150 | 3F | 3D |
| Octal | 332 | 136 | 217 | 0 | 71 | 42 | 17 | 520 | 77 | 75 |
| Binary | 11011010 | 1011110 | 10001111 | 0 | 111001 | 100010 | 1111 | 101010000 | 111111 | 111101 |
Color Harmonies of #DA5E8F
Complementary color
Monochromatic Colors of #DA5E8F
Black with #DA5E8F
Text Example
Text Example
White with #DA5E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5E8F; }
p { color: rgb(218,94,143); }
H1.HeaderClassName
{
color: #DA5E8F;
}
.AnyTagClassName
{
color: #DA5E8F;
}
</style>
background-color css
<style>
a { background-color: #DA5E8F; }
a { background-color: rgb(218,94,143); }
div.DivClassName
{
background-color: #DA5E8F;
}
.BgClassName
{
background-color: #DA5E8F;
}
</style>
border-color css
<style>
span { border-color: #DA5E8F; }
span { border-color: rgb(218,94,143); }
td.TdClassName
{
border-color: #DA5E8F;
}
.TagClassName
{
border-color: #DA5E8F;
}
</style>