Shades of Pale Violet Red #DC678F
Tints of Pale Violet Red #DC678F
RGB
CMYK
RGB Variations
Color information
#DC678F (or 0xDC678F) is known color: Pale Violet Red. HEX triplet: DC, 67 and 8F. RGB value is (220,103,143). Sum of RGB (Red+Green+Blue) = 220+103+143=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC678F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC678F is #239870. Grayscale: #8E8E8E. Windows color (decimal): -2332785 or 9398236. OLE color: 9398236.
HSL color Cylindrical-coordinate representation of color #DC678F: hue angle of 339.49º 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 #DC678F is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 143 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.14 |
| HSL | 339.49º | 0.63% | 0.63% | - |
| HSV(B) | 339.49º | 0.53% | 0.86% | - |
| XYZ | 39.32 | 26.9 | 29.11 | - |
| YUV | 142.54 | 128.26 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 143 | 0 | 0.53 | 0.35 | 0.14 | 339.49 | 0.63 | 0.63 |
| Hex | DC | 67 | 8F | 0 | 35 | 23 | E | 153 | 3F | 3F |
| Octal | 334 | 147 | 217 | 0 | 65 | 43 | 16 | 523 | 77 | 77 |
| Binary | 11011100 | 1100111 | 10001111 | 0 | 110101 | 100011 | 1110 | 101010011 | 111111 | 111111 |
Color Harmonies of #DC678F
Complementary color
Monochromatic Colors of #DC678F
Black with #DC678F
Text Example
Text Example
White with #DC678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC678F; }
p { color: rgb(220,103,143); }
H1.HeaderClassName
{
color: #DC678F;
}
.AnyTagClassName
{
color: #DC678F;
}
</style>
background-color css
<style>
a { background-color: #DC678F; }
a { background-color: rgb(220,103,143); }
div.DivClassName
{
background-color: #DC678F;
}
.BgClassName
{
background-color: #DC678F;
}
</style>
border-color css
<style>
span { border-color: #DC678F; }
span { border-color: rgb(220,103,143); }
td.TdClassName
{
border-color: #DC678F;
}
.TagClassName
{
border-color: #DC678F;
}
</style>