Shades of Pale Violet Red #DA658B
Tints of Pale Violet Red #DA658B
RGB
CMYK
RGB Variations
Color information
#DA658B (or 0xDA658B) is known color: Pale Violet Red. HEX triplet: DA, 65 and 8B. RGB value is (218,101,139). Sum of RGB (Red+Green+Blue) = 218+101+139=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA658B is #259A74. Grayscale: #8C8C8C. Windows color (decimal): -2464373 or 9135578. OLE color: 9135578.
HSL color Cylindrical-coordinate representation of color #DA658B: hue angle of 340.51º 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 #DA658B is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 139 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.15 |
| HSL | 340.51º | 0.61% | 0.63% | - |
| HSV(B) | 340.51º | 0.54% | 0.85% | - |
| XYZ | 38.23 | 26.08 | 27.44 | - |
| YUV | 140.32 | 127.26 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 139 | 0 | 0.54 | 0.36 | 0.15 | 340.51 | 0.61 | 0.63 |
| Hex | DA | 65 | 8B | 0 | 36 | 24 | F | 155 | 3D | 3F |
| Octal | 332 | 145 | 213 | 0 | 66 | 44 | 17 | 525 | 75 | 77 |
| Binary | 11011010 | 1100101 | 10001011 | 0 | 110110 | 100100 | 1111 | 101010101 | 111101 | 111111 |
Color Harmonies of #DA658B
Complementary color
Monochromatic Colors of #DA658B
Black with #DA658B
Text Example
Text Example
White with #DA658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA658B; }
p { color: rgb(218,101,139); }
H1.HeaderClassName
{
color: #DA658B;
}
.AnyTagClassName
{
color: #DA658B;
}
</style>
background-color css
<style>
a { background-color: #DA658B; }
a { background-color: rgb(218,101,139); }
div.DivClassName
{
background-color: #DA658B;
}
.BgClassName
{
background-color: #DA658B;
}
</style>
border-color css
<style>
span { border-color: #DA658B; }
span { border-color: rgb(218,101,139); }
td.TdClassName
{
border-color: #DA658B;
}
.TagClassName
{
border-color: #DA658B;
}
</style>