Shades of Pale Violet Red #DD6491
Tints of Pale Violet Red #DD6491
RGB
CMYK
RGB Variations
Color information
#DD6491 (or 0xDD6491) is known color: Pale Violet Red. HEX triplet: DD, 64 and 91. RGB value is (221,100,145). Sum of RGB (Red+Green+Blue) = 221+100+145=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6491 is #229B6E. Grayscale: #8D8D8D. Windows color (decimal): -2268015 or 9528541. OLE color: 9528541.
HSL color Cylindrical-coordinate representation of color #DD6491: hue angle of 337.69º 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 #DD6491 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 145 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.13 |
| HSL | 337.69º | 0.64% | 0.63% | - |
| HSV(B) | 337.69º | 0.55% | 0.87% | - |
| XYZ | 39.49 | 26.53 | 29.83 | - |
| YUV | 141.31 | 130.09 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 145 | 0 | 0.55 | 0.34 | 0.13 | 337.69 | 0.64 | 0.63 |
| Hex | DD | 64 | 91 | 0 | 37 | 22 | D | 152 | 40 | 3F |
| Octal | 335 | 144 | 221 | 0 | 67 | 42 | 15 | 522 | 100 | 77 |
| Binary | 11011101 | 1100100 | 10010001 | 0 | 110111 | 100010 | 1101 | 101010010 | 1000000 | 111111 |
Color Harmonies of #DD6491
Complementary color
Monochromatic Colors of #DD6491
Black with #DD6491
Text Example
Text Example
White with #DD6491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6491; }
p { color: rgb(221,100,145); }
H1.HeaderClassName
{
color: #DD6491;
}
.AnyTagClassName
{
color: #DD6491;
}
</style>
background-color css
<style>
a { background-color: #DD6491; }
a { background-color: rgb(221,100,145); }
div.DivClassName
{
background-color: #DD6491;
}
.BgClassName
{
background-color: #DD6491;
}
</style>
border-color css
<style>
span { border-color: #DD6491; }
span { border-color: rgb(221,100,145); }
td.TdClassName
{
border-color: #DD6491;
}
.TagClassName
{
border-color: #DD6491;
}
</style>