Shades of Pale Violet Red #DA648A
Tints of Pale Violet Red #DA648A
RGB
CMYK
RGB Variations
Color information
#DA648A (or 0xDA648A) is known color: Pale Violet Red. HEX triplet: DA, 64 and 8A. RGB value is (218,100,138). Sum of RGB (Red+Green+Blue) = 218+100+138=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA648A is #259B75. Grayscale: #8B8B8B. Windows color (decimal): -2464630 or 9069786. OLE color: 9069786.
HSL color Cylindrical-coordinate representation of color #DA648A: hue angle of 340.68º 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 #DA648A is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 138 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.15 |
| HSL | 340.68º | 0.61% | 0.62% | - |
| HSV(B) | 340.68º | 0.54% | 0.85% | - |
| XYZ | 38.06 | 25.85 | 27.03 | - |
| YUV | 139.61 | 127.09 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 138 | 0 | 0.54 | 0.37 | 0.15 | 340.68 | 0.61 | 0.62 |
| Hex | DA | 64 | 8A | 0 | 36 | 25 | F | 155 | 3D | 3E |
| Octal | 332 | 144 | 212 | 0 | 66 | 45 | 17 | 525 | 75 | 76 |
| Binary | 11011010 | 1100100 | 10001010 | 0 | 110110 | 100101 | 1111 | 101010101 | 111101 | 111110 |
Color Harmonies of #DA648A
Complementary color
Monochromatic Colors of #DA648A
Black with #DA648A
Text Example
Text Example
White with #DA648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA648A; }
p { color: rgb(218,100,138); }
H1.HeaderClassName
{
color: #DA648A;
}
.AnyTagClassName
{
color: #DA648A;
}
</style>
background-color css
<style>
a { background-color: #DA648A; }
a { background-color: rgb(218,100,138); }
div.DivClassName
{
background-color: #DA648A;
}
.BgClassName
{
background-color: #DA648A;
}
</style>
border-color css
<style>
span { border-color: #DA648A; }
span { border-color: rgb(218,100,138); }
td.TdClassName
{
border-color: #DA648A;
}
.TagClassName
{
border-color: #DA648A;
}
</style>