Shades of Pale Violet Red #DD6590
Tints of Pale Violet Red #DD6590
RGB
CMYK
RGB Variations
Color information
#DD6590 (or 0xDD6590) is known color: Pale Violet Red. HEX triplet: DD, 65 and 90. RGB value is (221,101,144). Sum of RGB (Red+Green+Blue) = 221+101+144=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6590 is #229A6F. Grayscale: #8D8D8D. Windows color (decimal): -2267760 or 9463261. OLE color: 9463261.
HSL color Cylindrical-coordinate representation of color #DD6590: hue angle of 338.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6590 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 144 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.13 |
| HSL | 338.5º | 0.64% | 0.63% | - |
| HSV(B) | 338.5º | 0.54% | 0.87% | - |
| XYZ | 39.51 | 26.69 | 29.46 | - |
| YUV | 141.78 | 129.26 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 144 | 0 | 0.54 | 0.35 | 0.13 | 338.5 | 0.64 | 0.63 |
| Hex | DD | 65 | 90 | 0 | 36 | 23 | D | 152 | 40 | 3F |
| Octal | 335 | 145 | 220 | 0 | 66 | 43 | 15 | 522 | 100 | 77 |
| Binary | 11011101 | 1100101 | 10010000 | 0 | 110110 | 100011 | 1101 | 101010010 | 1000000 | 111111 |
Color Harmonies of #DD6590
Complementary color
Monochromatic Colors of #DD6590
Black with #DD6590
Text Example
Text Example
White with #DD6590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6590; }
p { color: rgb(221,101,144); }
H1.HeaderClassName
{
color: #DD6590;
}
.AnyTagClassName
{
color: #DD6590;
}
</style>
background-color css
<style>
a { background-color: #DD6590; }
a { background-color: rgb(221,101,144); }
div.DivClassName
{
background-color: #DD6590;
}
.BgClassName
{
background-color: #DD6590;
}
</style>
border-color css
<style>
span { border-color: #DD6590; }
span { border-color: rgb(221,101,144); }
td.TdClassName
{
border-color: #DD6590;
}
.TagClassName
{
border-color: #DD6590;
}
</style>