Shades of Pale Violet Red #DA5C8F
Tints of Pale Violet Red #DA5C8F
RGB
CMYK
RGB Variations
Color information
#DA5C8F (or 0xDA5C8F) is known color: Pale Violet Red. HEX triplet: DA, 5C and 8F. RGB value is (218,92,143). Sum of RGB (Red+Green+Blue) = 218+92+143=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5C8F is #25A370. Grayscale: #878787. Windows color (decimal): -2466673 or 9395418. OLE color: 9395418.
HSL color Cylindrical-coordinate representation of color #DA5C8F: hue angle of 335.71º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA5C8F is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 92 | 143 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.15 |
| HSL | 335.71º | 0.63% | 0.61% | - |
| HSV(B) | 335.71º | 0.58% | 0.85% | - |
| XYZ | 37.7 | 24.54 | 28.74 | - |
| YUV | 135.49 | 132.24 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 143 | 0 | 0.58 | 0.34 | 0.15 | 335.71 | 0.63 | 0.61 |
| Hex | DA | 5C | 8F | 0 | 3A | 22 | F | 150 | 3F | 3D |
| Octal | 332 | 134 | 217 | 0 | 72 | 42 | 17 | 520 | 77 | 75 |
| Binary | 11011010 | 1011100 | 10001111 | 0 | 111010 | 100010 | 1111 | 101010000 | 111111 | 111101 |
Color Harmonies of #DA5C8F
Complementary color
Monochromatic Colors of #DA5C8F
Black with #DA5C8F
Text Example
Text Example
White with #DA5C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5C8F; }
p { color: rgb(218,92,143); }
H1.HeaderClassName
{
color: #DA5C8F;
}
.AnyTagClassName
{
color: #DA5C8F;
}
</style>
background-color css
<style>
a { background-color: #DA5C8F; }
a { background-color: rgb(218,92,143); }
div.DivClassName
{
background-color: #DA5C8F;
}
.BgClassName
{
background-color: #DA5C8F;
}
</style>
border-color css
<style>
span { border-color: #DA5C8F; }
span { border-color: rgb(218,92,143); }
td.TdClassName
{
border-color: #DA5C8F;
}
.TagClassName
{
border-color: #DA5C8F;
}
</style>