Shades of Pale Violet Red #DA648E
Tints of Pale Violet Red #DA648E
RGB
CMYK
RGB Variations
Color information
#DA648E (or 0xDA648E) is known color: Pale Violet Red. HEX triplet: DA, 64 and 8E. RGB value is (218,100,142). Sum of RGB (Red+Green+Blue) = 218+100+142=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA648E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA648E is #259B71. Grayscale: #8C8C8C. Windows color (decimal): -2464626 or 9331930. OLE color: 9331930.
HSL color Cylindrical-coordinate representation of color #DA648E: hue angle of 338.64º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA648E is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 142 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.15 |
| HSL | 338.64º | 0.61% | 0.62% | - |
| HSV(B) | 338.64º | 0.54% | 0.85% | - |
| XYZ | 38.35 | 25.97 | 28.58 | - |
| YUV | 140.07 | 129.09 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 142 | 0 | 0.54 | 0.35 | 0.15 | 338.64 | 0.61 | 0.62 |
| Hex | DA | 64 | 8E | 0 | 36 | 23 | F | 153 | 3D | 3E |
| Octal | 332 | 144 | 216 | 0 | 66 | 43 | 17 | 523 | 75 | 76 |
| Binary | 11011010 | 1100100 | 10001110 | 0 | 110110 | 100011 | 1111 | 101010011 | 111101 | 111110 |
Color Harmonies of #DA648E
Complementary color
Monochromatic Colors of #DA648E
Black with #DA648E
Text Example
Text Example
White with #DA648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA648E; }
p { color: rgb(218,100,142); }
H1.HeaderClassName
{
color: #DA648E;
}
.AnyTagClassName
{
color: #DA648E;
}
</style>
background-color css
<style>
a { background-color: #DA648E; }
a { background-color: rgb(218,100,142); }
div.DivClassName
{
background-color: #DA648E;
}
.BgClassName
{
background-color: #DA648E;
}
</style>
border-color css
<style>
span { border-color: #DA648E; }
span { border-color: rgb(218,100,142); }
td.TdClassName
{
border-color: #DA648E;
}
.TagClassName
{
border-color: #DA648E;
}
</style>