Shades of Pale Violet Red #DD629B
Tints of Pale Violet Red #DD629B
RGB
CMYK
RGB Variations
Color information
#DD629B (or 0xDD629B) is known color: Pale Violet Red. HEX triplet: DD, 62 and 9B. RGB value is (221,98,155). Sum of RGB (Red+Green+Blue) = 221+98+155=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD629B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD629B is #229D64. Grayscale: #8D8D8D. Windows color (decimal): -2268517 or 10183389. OLE color: 10183389.
HSL color Cylindrical-coordinate representation of color #DD629B: hue angle of 332.2º 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 #DD629B is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 155 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.13 |
| HSL | 332.2º | 0.64% | 0.63% | - |
| HSV(B) | 332.2º | 0.56% | 0.87% | - |
| XYZ | 40.1 | 26.47 | 34.01 | - |
| YUV | 141.28 | 135.75 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 155 | 0 | 0.56 | 0.30 | 0.13 | 332.2 | 0.64 | 0.63 |
| Hex | DD | 62 | 9B | 0 | 38 | 1E | D | 14C | 40 | 3F |
| Octal | 335 | 142 | 233 | 0 | 70 | 36 | 15 | 514 | 100 | 77 |
| Binary | 11011101 | 1100010 | 10011011 | 0 | 111000 | 11110 | 1101 | 101001100 | 1000000 | 111111 |
Color Harmonies of #DD629B
Complementary color
Monochromatic Colors of #DD629B
Black with #DD629B
Text Example
Text Example
White with #DD629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD629B; }
p { color: rgb(221,98,155); }
H1.HeaderClassName
{
color: #DD629B;
}
.AnyTagClassName
{
color: #DD629B;
}
</style>
background-color css
<style>
a { background-color: #DD629B; }
a { background-color: rgb(221,98,155); }
div.DivClassName
{
background-color: #DD629B;
}
.BgClassName
{
background-color: #DD629B;
}
</style>
border-color css
<style>
span { border-color: #DD629B; }
span { border-color: rgb(221,98,155); }
td.TdClassName
{
border-color: #DD629B;
}
.TagClassName
{
border-color: #DD629B;
}
</style>