Shades of Pale Violet Red #DA658A
Tints of Pale Violet Red #DA658A
RGB
CMYK
RGB Variations
Color information
#DA658A (or 0xDA658A) is known color: Pale Violet Red. HEX triplet: DA, 65 and 8A. RGB value is (218,101,138). Sum of RGB (Red+Green+Blue) = 218+101+138=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA658A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA658A is #259A75. Grayscale: #8C8C8C. Windows color (decimal): -2464374 or 9070042. OLE color: 9070042.
HSL color Cylindrical-coordinate representation of color #DA658A: hue angle of 341.03º 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 #DA658A is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 138 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.15 |
| HSL | 341.03º | 0.61% | 0.63% | - |
| HSV(B) | 341.03º | 0.54% | 0.85% | - |
| XYZ | 38.15 | 26.05 | 27.06 | - |
| YUV | 140.2 | 126.76 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 138 | 0 | 0.54 | 0.37 | 0.15 | 341.03 | 0.61 | 0.63 |
| Hex | DA | 65 | 8A | 0 | 36 | 25 | F | 155 | 3D | 3F |
| Octal | 332 | 145 | 212 | 0 | 66 | 45 | 17 | 525 | 75 | 77 |
| Binary | 11011010 | 1100101 | 10001010 | 0 | 110110 | 100101 | 1111 | 101010101 | 111101 | 111111 |
Color Harmonies of #DA658A
Complementary color
Monochromatic Colors of #DA658A
Black with #DA658A
Text Example
Text Example
White with #DA658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA658A; }
p { color: rgb(218,101,138); }
H1.HeaderClassName
{
color: #DA658A;
}
.AnyTagClassName
{
color: #DA658A;
}
</style>
background-color css
<style>
a { background-color: #DA658A; }
a { background-color: rgb(218,101,138); }
div.DivClassName
{
background-color: #DA658A;
}
.BgClassName
{
background-color: #DA658A;
}
</style>
border-color css
<style>
span { border-color: #DA658A; }
span { border-color: rgb(218,101,138); }
td.TdClassName
{
border-color: #DA658A;
}
.TagClassName
{
border-color: #DA658A;
}
</style>