Shades of Pale Violet Red #DD679B
Tints of Pale Violet Red #DD679B
RGB
CMYK
RGB Variations
Color information
#DD679B (or 0xDD679B) is known color: Pale Violet Red. HEX triplet: DD, 67 and 9B. RGB value is (221,103,155). Sum of RGB (Red+Green+Blue) = 221+103+155=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD679B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD679B is #229864. Grayscale: #909090. Windows color (decimal): -2267237 or 10184669. OLE color: 10184669.
HSL color Cylindrical-coordinate representation of color #DD679B: hue angle of 333.56º 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 #DD679B is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 155 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.13 |
| HSL | 333.56º | 0.63% | 0.64% | - |
| HSV(B) | 333.56º | 0.53% | 0.87% | - |
| XYZ | 40.59 | 27.44 | 34.17 | - |
| YUV | 144.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 155 | 0 | 0.53 | 0.30 | 0.13 | 333.56 | 0.63 | 0.64 |
| Hex | DD | 67 | 9B | 0 | 35 | 1E | D | 14E | 3F | 40 |
| Octal | 335 | 147 | 233 | 0 | 65 | 36 | 15 | 516 | 77 | 100 |
| Binary | 11011101 | 1100111 | 10011011 | 0 | 110101 | 11110 | 1101 | 101001110 | 111111 | 1000000 |
Color Harmonies of #DD679B
Complementary color
Monochromatic Colors of #DD679B
Black with #DD679B
Text Example
Text Example
White with #DD679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD679B; }
p { color: rgb(221,103,155); }
H1.HeaderClassName
{
color: #DD679B;
}
.AnyTagClassName
{
color: #DD679B;
}
</style>
background-color css
<style>
a { background-color: #DD679B; }
a { background-color: rgb(221,103,155); }
div.DivClassName
{
background-color: #DD679B;
}
.BgClassName
{
background-color: #DD679B;
}
</style>
border-color css
<style>
span { border-color: #DD679B; }
span { border-color: rgb(221,103,155); }
td.TdClassName
{
border-color: #DD679B;
}
.TagClassName
{
border-color: #DD679B;
}
</style>