Shades of Pale Violet Red #DA678B
Tints of Pale Violet Red #DA678B
RGB
CMYK
RGB Variations
Color information
#DA678B (or 0xDA678B) is known color: Pale Violet Red. HEX triplet: DA, 67 and 8B. RGB value is (218,103,139). Sum of RGB (Red+Green+Blue) = 218+103+139=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA678B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA678B is #259874. Grayscale: #8D8D8D. Windows color (decimal): -2463861 or 9136090. OLE color: 9136090.
HSL color Cylindrical-coordinate representation of color #DA678B: hue angle of 341.22º 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 #DA678B is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 139 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.15 |
| HSL | 341.22º | 0.61% | 0.63% | - |
| HSV(B) | 341.22º | 0.53% | 0.85% | - |
| XYZ | 38.42 | 26.47 | 27.51 | - |
| YUV | 141.49 | 126.6 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 139 | 0 | 0.53 | 0.36 | 0.15 | 341.22 | 0.61 | 0.63 |
| Hex | DA | 67 | 8B | 0 | 35 | 24 | F | 155 | 3D | 3F |
| Octal | 332 | 147 | 213 | 0 | 65 | 44 | 17 | 525 | 75 | 77 |
| Binary | 11011010 | 1100111 | 10001011 | 0 | 110101 | 100100 | 1111 | 101010101 | 111101 | 111111 |
Color Harmonies of #DA678B
Complementary color
Monochromatic Colors of #DA678B
Black with #DA678B
Text Example
Text Example
White with #DA678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA678B; }
p { color: rgb(218,103,139); }
H1.HeaderClassName
{
color: #DA678B;
}
.AnyTagClassName
{
color: #DA678B;
}
</style>
background-color css
<style>
a { background-color: #DA678B; }
a { background-color: rgb(218,103,139); }
div.DivClassName
{
background-color: #DA678B;
}
.BgClassName
{
background-color: #DA678B;
}
</style>
border-color css
<style>
span { border-color: #DA678B; }
span { border-color: rgb(218,103,139); }
td.TdClassName
{
border-color: #DA678B;
}
.TagClassName
{
border-color: #DA678B;
}
</style>