Shades of Pale Violet Red #DD639C
Tints of Pale Violet Red #DD639C
RGB
CMYK
RGB Variations
Color information
#DD639C (or 0xDD639C) is known color: Pale Violet Red. HEX triplet: DD, 63 and 9C. RGB value is (221,99,156). Sum of RGB (Red+Green+Blue) = 221+99+156=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD639C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD639C is #229C63. Grayscale: #8D8D8D. Windows color (decimal): -2268260 or 10249181. OLE color: 10249181.
HSL color Cylindrical-coordinate representation of color #DD639C: hue angle of 331.97º 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 #DD639C is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 156 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.13 |
| HSL | 331.97º | 0.64% | 0.63% | - |
| HSV(B) | 331.97º | 0.55% | 0.87% | - |
| XYZ | 40.28 | 26.7 | 34.48 | - |
| YUV | 141.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 156 | 0 | 0.55 | 0.29 | 0.13 | 331.97 | 0.64 | 0.63 |
| Hex | DD | 63 | 9C | 0 | 37 | 1D | D | 14C | 40 | 3F |
| Octal | 335 | 143 | 234 | 0 | 67 | 35 | 15 | 514 | 100 | 77 |
| Binary | 11011101 | 1100011 | 10011100 | 0 | 110111 | 11101 | 1101 | 101001100 | 1000000 | 111111 |
Color Harmonies of #DD639C
Complementary color
Monochromatic Colors of #DD639C
Black with #DD639C
Text Example
Text Example
White with #DD639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD639C; }
p { color: rgb(221,99,156); }
H1.HeaderClassName
{
color: #DD639C;
}
.AnyTagClassName
{
color: #DD639C;
}
</style>
background-color css
<style>
a { background-color: #DD639C; }
a { background-color: rgb(221,99,156); }
div.DivClassName
{
background-color: #DD639C;
}
.BgClassName
{
background-color: #DD639C;
}
</style>
border-color css
<style>
span { border-color: #DD639C; }
span { border-color: rgb(221,99,156); }
td.TdClassName
{
border-color: #DD639C;
}
.TagClassName
{
border-color: #DD639C;
}
</style>