Shades of Pale Violet Red #DD629F
Tints of Pale Violet Red #DD629F
RGB
CMYK
RGB Variations
Color information
#DD629F (or 0xDD629F) is known color: Pale Violet Red. HEX triplet: DD, 62 and 9F. RGB value is (221,98,159). Sum of RGB (Red+Green+Blue) = 221+98+159=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD629F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD629F is #229D60. Grayscale: #8D8D8D. Windows color (decimal): -2268513 or 10445533. OLE color: 10445533.
HSL color Cylindrical-coordinate representation of color #DD629F: hue angle of 330.24º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD629F is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 159 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.13 |
| HSL | 330.24º | 0.64% | 0.63% | - |
| HSV(B) | 330.24º | 0.56% | 0.87% | - |
| XYZ | 40.44 | 26.61 | 35.81 | - |
| YUV | 141.73 | 137.75 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 159 | 0 | 0.56 | 0.28 | 0.13 | 330.24 | 0.64 | 0.63 |
| Hex | DD | 62 | 9F | 0 | 38 | 1C | D | 14A | 40 | 3F |
| Octal | 335 | 142 | 237 | 0 | 70 | 34 | 15 | 512 | 100 | 77 |
| Binary | 11011101 | 1100010 | 10011111 | 0 | 111000 | 11100 | 1101 | 101001010 | 1000000 | 111111 |
Color Harmonies of #DD629F
Complementary color
Monochromatic Colors of #DD629F
Black with #DD629F
Text Example
Text Example
White with #DD629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD629F; }
p { color: rgb(221,98,159); }
H1.HeaderClassName
{
color: #DD629F;
}
.AnyTagClassName
{
color: #DD629F;
}
</style>
background-color css
<style>
a { background-color: #DD629F; }
a { background-color: rgb(221,98,159); }
div.DivClassName
{
background-color: #DD629F;
}
.BgClassName
{
background-color: #DD629F;
}
</style>
border-color css
<style>
span { border-color: #DD629F; }
span { border-color: rgb(221,98,159); }
td.TdClassName
{
border-color: #DD629F;
}
.TagClassName
{
border-color: #DD629F;
}
</style>