Shades of Pale Violet Red #DD649C
Tints of Pale Violet Red #DD649C
RGB
CMYK
RGB Variations
Color information
#DD649C (or 0xDD649C) is known color: Pale Violet Red. HEX triplet: DD, 64 and 9C. RGB value is (221,100,156). Sum of RGB (Red+Green+Blue) = 221+100+156=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD649C is #229B63. Grayscale: #8E8E8E. Windows color (decimal): -2268004 or 10249437. OLE color: 10249437.
HSL color Cylindrical-coordinate representation of color #DD649C: hue angle of 332.23º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD649C is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 156 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.13 |
| HSL | 332.23º | 0.64% | 0.63% | - |
| HSV(B) | 332.23º | 0.55% | 0.87% | - |
| XYZ | 40.38 | 26.89 | 34.51 | - |
| YUV | 142.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 156 | 0 | 0.55 | 0.29 | 0.13 | 332.23 | 0.64 | 0.63 |
| Hex | DD | 64 | 9C | 0 | 37 | 1D | D | 14C | 40 | 3F |
| Octal | 335 | 144 | 234 | 0 | 67 | 35 | 15 | 514 | 100 | 77 |
| Binary | 11011101 | 1100100 | 10011100 | 0 | 110111 | 11101 | 1101 | 101001100 | 1000000 | 111111 |
Color Harmonies of #DD649C
Complementary color
Monochromatic Colors of #DD649C
Black with #DD649C
Text Example
Text Example
White with #DD649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD649C; }
p { color: rgb(221,100,156); }
H1.HeaderClassName
{
color: #DD649C;
}
.AnyTagClassName
{
color: #DD649C;
}
</style>
background-color css
<style>
a { background-color: #DD649C; }
a { background-color: rgb(221,100,156); }
div.DivClassName
{
background-color: #DD649C;
}
.BgClassName
{
background-color: #DD649C;
}
</style>
border-color css
<style>
span { border-color: #DD649C; }
span { border-color: rgb(221,100,156); }
td.TdClassName
{
border-color: #DD649C;
}
.TagClassName
{
border-color: #DD649C;
}
</style>