Shades of Pale Violet Red #DA658E
Tints of Pale Violet Red #DA658E
RGB
CMYK
RGB Variations
Color information
#DA658E (or 0xDA658E) is known color: Pale Violet Red. HEX triplet: DA, 65 and 8E. RGB value is (218,101,142). Sum of RGB (Red+Green+Blue) = 218+101+142=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA658E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA658E is #259A71. Grayscale: #8C8C8C. Windows color (decimal): -2464370 or 9332186. OLE color: 9332186.
HSL color Cylindrical-coordinate representation of color #DA658E: hue angle of 338.97º 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 #DA658E is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 142 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.15 |
| HSL | 338.97º | 0.61% | 0.63% | - |
| HSV(B) | 338.97º | 0.54% | 0.85% | - |
| XYZ | 38.45 | 26.17 | 28.62 | - |
| YUV | 140.66 | 128.76 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 142 | 0 | 0.54 | 0.35 | 0.15 | 338.97 | 0.61 | 0.63 |
| Hex | DA | 65 | 8E | 0 | 36 | 23 | F | 153 | 3D | 3F |
| Octal | 332 | 145 | 216 | 0 | 66 | 43 | 17 | 523 | 75 | 77 |
| Binary | 11011010 | 1100101 | 10001110 | 0 | 110110 | 100011 | 1111 | 101010011 | 111101 | 111111 |
Color Harmonies of #DA658E
Complementary color
Monochromatic Colors of #DA658E
Black with #DA658E
Text Example
Text Example
White with #DA658E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA658E; }
p { color: rgb(218,101,142); }
H1.HeaderClassName
{
color: #DA658E;
}
.AnyTagClassName
{
color: #DA658E;
}
</style>
background-color css
<style>
a { background-color: #DA658E; }
a { background-color: rgb(218,101,142); }
div.DivClassName
{
background-color: #DA658E;
}
.BgClassName
{
background-color: #DA658E;
}
</style>
border-color css
<style>
span { border-color: #DA658E; }
span { border-color: rgb(218,101,142); }
td.TdClassName
{
border-color: #DA658E;
}
.TagClassName
{
border-color: #DA658E;
}
</style>