Shades of Pale Violet Red #DD679C
Tints of Pale Violet Red #DD679C
RGB
CMYK
RGB Variations
Color information
#DD679C (or 0xDD679C) is known color: Pale Violet Red. HEX triplet: DD, 67 and 9C. RGB value is (221,103,156). Sum of RGB (Red+Green+Blue) = 221+103+156=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD679C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD679C is #229863. Grayscale: #909090. Windows color (decimal): -2267236 or 10250205. OLE color: 10250205.
HSL color Cylindrical-coordinate representation of color #DD679C: hue angle of 333.05º 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 #DD679C is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 156 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.13 |
| HSL | 333.05º | 0.63% | 0.64% | - |
| HSV(B) | 333.05º | 0.53% | 0.87% | - |
| XYZ | 40.67 | 27.47 | 34.61 | - |
| YUV | 144.32 | 134.59 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 156 | 0 | 0.53 | 0.29 | 0.13 | 333.05 | 0.63 | 0.64 |
| Hex | DD | 67 | 9C | 0 | 35 | 1D | D | 14D | 3F | 40 |
| Octal | 335 | 147 | 234 | 0 | 65 | 35 | 15 | 515 | 77 | 100 |
| Binary | 11011101 | 1100111 | 10011100 | 0 | 110101 | 11101 | 1101 | 101001101 | 111111 | 1000000 |
Color Harmonies of #DD679C
Complementary color
Monochromatic Colors of #DD679C
Black with #DD679C
Text Example
Text Example
White with #DD679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD679C; }
p { color: rgb(221,103,156); }
H1.HeaderClassName
{
color: #DD679C;
}
.AnyTagClassName
{
color: #DD679C;
}
</style>
background-color css
<style>
a { background-color: #DD679C; }
a { background-color: rgb(221,103,156); }
div.DivClassName
{
background-color: #DD679C;
}
.BgClassName
{
background-color: #DD679C;
}
</style>
border-color css
<style>
span { border-color: #DD679C; }
span { border-color: rgb(221,103,156); }
td.TdClassName
{
border-color: #DD679C;
}
.TagClassName
{
border-color: #DD679C;
}
</style>