Shades of Pale Violet Red #DD678C
Tints of Pale Violet Red #DD678C
RGB
CMYK
RGB Variations
Color information
#DD678C (or 0xDD678C) is known color: Pale Violet Red. HEX triplet: DD, 67 and 8C. RGB value is (221,103,140). Sum of RGB (Red+Green+Blue) = 221+103+140=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD678C is #229873. Grayscale: #8E8E8E. Windows color (decimal): -2267252 or 9201629. OLE color: 9201629.
HSL color Cylindrical-coordinate representation of color #DD678C: hue angle of 341.19º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD678C is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 140 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.13 |
| HSL | 341.19º | 0.63% | 0.64% | - |
| HSV(B) | 341.19º | 0.53% | 0.87% | - |
| XYZ | 39.4 | 26.97 | 27.94 | - |
| YUV | 142.5 | 126.59 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 140 | 0 | 0.53 | 0.37 | 0.13 | 341.19 | 0.63 | 0.64 |
| Hex | DD | 67 | 8C | 0 | 35 | 25 | D | 155 | 3F | 40 |
| Octal | 335 | 147 | 214 | 0 | 65 | 45 | 15 | 525 | 77 | 100 |
| Binary | 11011101 | 1100111 | 10001100 | 0 | 110101 | 100101 | 1101 | 101010101 | 111111 | 1000000 |
Color Harmonies of #DD678C
Complementary color
Monochromatic Colors of #DD678C
Black with #DD678C
Text Example
Text Example
White with #DD678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD678C; }
p { color: rgb(221,103,140); }
H1.HeaderClassName
{
color: #DD678C;
}
.AnyTagClassName
{
color: #DD678C;
}
</style>
background-color css
<style>
a { background-color: #DD678C; }
a { background-color: rgb(221,103,140); }
div.DivClassName
{
background-color: #DD678C;
}
.BgClassName
{
background-color: #DD678C;
}
</style>
border-color css
<style>
span { border-color: #DD678C; }
span { border-color: rgb(221,103,140); }
td.TdClassName
{
border-color: #DD678C;
}
.TagClassName
{
border-color: #DD678C;
}
</style>