Shades of Pale Violet Red #DC679C
Tints of Pale Violet Red #DC679C
RGB
CMYK
RGB Variations
Color information
#DC679C (or 0xDC679C) is known color: Pale Violet Red. HEX triplet: DC, 67 and 9C. RGB value is (220,103,156). Sum of RGB (Red+Green+Blue) = 220+103+156=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC679C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC679C is #239863. Grayscale: #8F8F8F. Windows color (decimal): -2332772 or 10250204. OLE color: 10250204.
HSL color Cylindrical-coordinate representation of color #DC679C: hue angle of 332.82º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC679C is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 156 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.14 |
| HSL | 332.82º | 0.63% | 0.63% | - |
| HSV(B) | 332.82º | 0.53% | 0.86% | - |
| XYZ | 40.37 | 27.32 | 34.6 | - |
| YUV | 144.03 | 134.76 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 156 | 0 | 0.53 | 0.29 | 0.14 | 332.82 | 0.63 | 0.63 |
| Hex | DC | 67 | 9C | 0 | 35 | 1D | E | 14D | 3F | 3F |
| Octal | 334 | 147 | 234 | 0 | 65 | 35 | 16 | 515 | 77 | 77 |
| Binary | 11011100 | 1100111 | 10011100 | 0 | 110101 | 11101 | 1110 | 101001101 | 111111 | 111111 |
Color Harmonies of #DC679C
Complementary color
Monochromatic Colors of #DC679C
Black with #DC679C
Text Example
Text Example
White with #DC679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC679C; }
p { color: rgb(220,103,156); }
H1.HeaderClassName
{
color: #DC679C;
}
.AnyTagClassName
{
color: #DC679C;
}
</style>
background-color css
<style>
a { background-color: #DC679C; }
a { background-color: rgb(220,103,156); }
div.DivClassName
{
background-color: #DC679C;
}
.BgClassName
{
background-color: #DC679C;
}
</style>
border-color css
<style>
span { border-color: #DC679C; }
span { border-color: rgb(220,103,156); }
td.TdClassName
{
border-color: #DC679C;
}
.TagClassName
{
border-color: #DC679C;
}
</style>