Shades of Pale Violet Red #DA678F
Tints of Pale Violet Red #DA678F
RGB
CMYK
RGB Variations
Color information
#DA678F (or 0xDA678F) is known color: Pale Violet Red. HEX triplet: DA, 67 and 8F. RGB value is (218,103,143). Sum of RGB (Red+Green+Blue) = 218+103+143=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA678F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA678F is #259870. Grayscale: #8D8D8D. Windows color (decimal): -2463857 or 9398234. OLE color: 9398234.
HSL color Cylindrical-coordinate representation of color #DA678F: hue angle of 339.13º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA678F is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 143 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.15 |
| HSL | 339.13º | 0.61% | 0.63% | - |
| HSV(B) | 339.13º | 0.53% | 0.85% | - |
| XYZ | 38.72 | 26.59 | 29.08 | - |
| YUV | 141.95 | 128.6 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 143 | 0 | 0.53 | 0.34 | 0.15 | 339.13 | 0.61 | 0.63 |
| Hex | DA | 67 | 8F | 0 | 35 | 22 | F | 153 | 3D | 3F |
| Octal | 332 | 147 | 217 | 0 | 65 | 42 | 17 | 523 | 75 | 77 |
| Binary | 11011010 | 1100111 | 10001111 | 0 | 110101 | 100010 | 1111 | 101010011 | 111101 | 111111 |
Color Harmonies of #DA678F
Complementary color
Monochromatic Colors of #DA678F
Black with #DA678F
Text Example
Text Example
White with #DA678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA678F; }
p { color: rgb(218,103,143); }
H1.HeaderClassName
{
color: #DA678F;
}
.AnyTagClassName
{
color: #DA678F;
}
</style>
background-color css
<style>
a { background-color: #DA678F; }
a { background-color: rgb(218,103,143); }
div.DivClassName
{
background-color: #DA678F;
}
.BgClassName
{
background-color: #DA678F;
}
</style>
border-color css
<style>
span { border-color: #DA678F; }
span { border-color: rgb(218,103,143); }
td.TdClassName
{
border-color: #DA678F;
}
.TagClassName
{
border-color: #DA678F;
}
</style>