Shades of Pale Violet Red #DC678C
Tints of Pale Violet Red #DC678C
RGB
CMYK
RGB Variations
Color information
#DC678C (or 0xDC678C) is known color: Pale Violet Red. HEX triplet: DC, 67 and 8C. RGB value is (220,103,140). Sum of RGB (Red+Green+Blue) = 220+103+140=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC678C is #239873. Grayscale: #8E8E8E. Windows color (decimal): -2332788 or 9201628. OLE color: 9201628.
HSL color Cylindrical-coordinate representation of color #DC678C: hue angle of 341.03º 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 #DC678C is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 140 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.14 |
| HSL | 341.03º | 0.63% | 0.63% | - |
| HSV(B) | 341.03º | 0.53% | 0.86% | - |
| XYZ | 39.1 | 26.81 | 27.92 | - |
| YUV | 142.2 | 126.76 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 140 | 0 | 0.53 | 0.36 | 0.14 | 341.03 | 0.63 | 0.63 |
| Hex | DC | 67 | 8C | 0 | 35 | 24 | E | 155 | 3F | 3F |
| Octal | 334 | 147 | 214 | 0 | 65 | 44 | 16 | 525 | 77 | 77 |
| Binary | 11011100 | 1100111 | 10001100 | 0 | 110101 | 100100 | 1110 | 101010101 | 111111 | 111111 |
Color Harmonies of #DC678C
Complementary color
Monochromatic Colors of #DC678C
Black with #DC678C
Text Example
Text Example
White with #DC678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC678C; }
p { color: rgb(220,103,140); }
H1.HeaderClassName
{
color: #DC678C;
}
.AnyTagClassName
{
color: #DC678C;
}
</style>
background-color css
<style>
a { background-color: #DC678C; }
a { background-color: rgb(220,103,140); }
div.DivClassName
{
background-color: #DC678C;
}
.BgClassName
{
background-color: #DC678C;
}
</style>
border-color css
<style>
span { border-color: #DC678C; }
span { border-color: rgb(220,103,140); }
td.TdClassName
{
border-color: #DC678C;
}
.TagClassName
{
border-color: #DC678C;
}
</style>