Shades of Pale Violet Red #DA679C
Tints of Pale Violet Red #DA679C
RGB
CMYK
RGB Variations
Color information
#DA679C (or 0xDA679C) is known color: Pale Violet Red. HEX triplet: DA, 67 and 9C. RGB value is (218,103,156). Sum of RGB (Red+Green+Blue) = 218+103+156=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA679C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA679C is #259863. Grayscale: #8F8F8F. Windows color (decimal): -2463844 or 10250202. OLE color: 10250202.
HSL color Cylindrical-coordinate representation of color #DA679C: hue angle of 332.35º 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 #DA679C is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 156 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.15 |
| HSL | 332.35º | 0.61% | 0.63% | - |
| HSV(B) | 332.35º | 0.53% | 0.85% | - |
| XYZ | 39.76 | 27.01 | 34.57 | - |
| YUV | 143.43 | 135.1 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 156 | 0 | 0.53 | 0.28 | 0.15 | 332.35 | 0.61 | 0.63 |
| Hex | DA | 67 | 9C | 0 | 35 | 1C | F | 14C | 3D | 3F |
| Octal | 332 | 147 | 234 | 0 | 65 | 34 | 17 | 514 | 75 | 77 |
| Binary | 11011010 | 1100111 | 10011100 | 0 | 110101 | 11100 | 1111 | 101001100 | 111101 | 111111 |
Color Harmonies of #DA679C
Complementary color
Monochromatic Colors of #DA679C
Black with #DA679C
Text Example
Text Example
White with #DA679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA679C; }
p { color: rgb(218,103,156); }
H1.HeaderClassName
{
color: #DA679C;
}
.AnyTagClassName
{
color: #DA679C;
}
</style>
background-color css
<style>
a { background-color: #DA679C; }
a { background-color: rgb(218,103,156); }
div.DivClassName
{
background-color: #DA679C;
}
.BgClassName
{
background-color: #DA679C;
}
</style>
border-color css
<style>
span { border-color: #DA679C; }
span { border-color: rgb(218,103,156); }
td.TdClassName
{
border-color: #DA679C;
}
.TagClassName
{
border-color: #DA679C;
}
</style>