Shades of Pale Violet Red #DD648E
Tints of Pale Violet Red #DD648E
RGB
CMYK
RGB Variations
Color information
#DD648E (or 0xDD648E) is known color: Pale Violet Red. HEX triplet: DD, 64 and 8E. RGB value is (221,100,142). Sum of RGB (Red+Green+Blue) = 221+100+142=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD648E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD648E is #229B71. Grayscale: #8C8C8C. Windows color (decimal): -2268018 or 9331933. OLE color: 9331933.
HSL color Cylindrical-coordinate representation of color #DD648E: hue angle of 339.17º 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 #DD648E is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 142 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.13 |
| HSL | 339.17º | 0.64% | 0.63% | - |
| HSV(B) | 339.17º | 0.55% | 0.87% | - |
| XYZ | 39.26 | 26.44 | 28.63 | - |
| YUV | 140.97 | 128.59 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 142 | 0 | 0.55 | 0.36 | 0.13 | 339.17 | 0.64 | 0.63 |
| Hex | DD | 64 | 8E | 0 | 37 | 24 | D | 153 | 40 | 3F |
| Octal | 335 | 144 | 216 | 0 | 67 | 44 | 15 | 523 | 100 | 77 |
| Binary | 11011101 | 1100100 | 10001110 | 0 | 110111 | 100100 | 1101 | 101010011 | 1000000 | 111111 |
Color Harmonies of #DD648E
Complementary color
Monochromatic Colors of #DD648E
Black with #DD648E
Text Example
Text Example
White with #DD648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD648E; }
p { color: rgb(221,100,142); }
H1.HeaderClassName
{
color: #DD648E;
}
.AnyTagClassName
{
color: #DD648E;
}
</style>
background-color css
<style>
a { background-color: #DD648E; }
a { background-color: rgb(221,100,142); }
div.DivClassName
{
background-color: #DD648E;
}
.BgClassName
{
background-color: #DD648E;
}
</style>
border-color css
<style>
span { border-color: #DD648E; }
span { border-color: rgb(221,100,142); }
td.TdClassName
{
border-color: #DD648E;
}
.TagClassName
{
border-color: #DD648E;
}
</style>