Shades of Pale Violet Red #DD679F
Tints of Pale Violet Red #DD679F
RGB
CMYK
RGB Variations
Color information
#DD679F (or 0xDD679F) is known color: Pale Violet Red. HEX triplet: DD, 67 and 9F. RGB value is (221,103,159). Sum of RGB (Red+Green+Blue) = 221+103+159=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD679F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD679F is #229860. Grayscale: #909090. Windows color (decimal): -2267233 or 10446813. OLE color: 10446813.
HSL color Cylindrical-coordinate representation of color #DD679F: hue angle of 331.53º 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 #DD679F is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 159 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.13 |
| HSL | 331.53º | 0.63% | 0.64% | - |
| HSV(B) | 331.53º | 0.53% | 0.87% | - |
| XYZ | 40.93 | 27.58 | 35.97 | - |
| YUV | 144.67 | 136.09 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 159 | 0 | 0.53 | 0.28 | 0.13 | 331.53 | 0.63 | 0.64 |
| Hex | DD | 67 | 9F | 0 | 35 | 1C | D | 14C | 3F | 40 |
| Octal | 335 | 147 | 237 | 0 | 65 | 34 | 15 | 514 | 77 | 100 |
| Binary | 11011101 | 1100111 | 10011111 | 0 | 110101 | 11100 | 1101 | 101001100 | 111111 | 1000000 |
Color Harmonies of #DD679F
Complementary color
Monochromatic Colors of #DD679F
Black with #DD679F
Text Example
Text Example
White with #DD679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD679F; }
p { color: rgb(221,103,159); }
H1.HeaderClassName
{
color: #DD679F;
}
.AnyTagClassName
{
color: #DD679F;
}
</style>
background-color css
<style>
a { background-color: #DD679F; }
a { background-color: rgb(221,103,159); }
div.DivClassName
{
background-color: #DD679F;
}
.BgClassName
{
background-color: #DD679F;
}
</style>
border-color css
<style>
span { border-color: #DD679F; }
span { border-color: rgb(221,103,159); }
td.TdClassName
{
border-color: #DD679F;
}
.TagClassName
{
border-color: #DD679F;
}
</style>