Shades of Pale Violet Red #DA648F
Tints of Pale Violet Red #DA648F
RGB
CMYK
RGB Variations
Color information
#DA648F (or 0xDA648F) is known color: Pale Violet Red. HEX triplet: DA, 64 and 8F. RGB value is (218,100,143). Sum of RGB (Red+Green+Blue) = 218+100+143=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA648F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA648F is #259B70. Grayscale: #8C8C8C. Windows color (decimal): -2464625 or 9397466. OLE color: 9397466.
HSL color Cylindrical-coordinate representation of color #DA648F: hue angle of 338.14º 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 #DA648F is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 143 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.15 |
| HSL | 338.14º | 0.61% | 0.62% | - |
| HSV(B) | 338.14º | 0.54% | 0.85% | - |
| XYZ | 38.43 | 26 | 28.98 | - |
| YUV | 140.18 | 129.59 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 143 | 0 | 0.54 | 0.34 | 0.15 | 338.14 | 0.61 | 0.62 |
| Hex | DA | 64 | 8F | 0 | 36 | 22 | F | 152 | 3D | 3E |
| Octal | 332 | 144 | 217 | 0 | 66 | 42 | 17 | 522 | 75 | 76 |
| Binary | 11011010 | 1100100 | 10001111 | 0 | 110110 | 100010 | 1111 | 101010010 | 111101 | 111110 |
Color Harmonies of #DA648F
Complementary color
Monochromatic Colors of #DA648F
Black with #DA648F
Text Example
Text Example
White with #DA648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA648F; }
p { color: rgb(218,100,143); }
H1.HeaderClassName
{
color: #DA648F;
}
.AnyTagClassName
{
color: #DA648F;
}
</style>
background-color css
<style>
a { background-color: #DA648F; }
a { background-color: rgb(218,100,143); }
div.DivClassName
{
background-color: #DA648F;
}
.BgClassName
{
background-color: #DA648F;
}
</style>
border-color css
<style>
span { border-color: #DA648F; }
span { border-color: rgb(218,100,143); }
td.TdClassName
{
border-color: #DA648F;
}
.TagClassName
{
border-color: #DA648F;
}
</style>