Shades of Pale Violet Red #DD61A0
Tints of Pale Violet Red #DD61A0
RGB
CMYK
RGB Variations
Color information
#DD61A0 (or 0xDD61A0) is known color: Pale Violet Red. HEX triplet: DD, 61 and A0. RGB value is (221,97,160). Sum of RGB (Red+Green+Blue) = 221+97+160=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD61A0 is #229E5F. Grayscale: #8D8D8D. Windows color (decimal): -2268768 or 10510813. OLE color: 10510813.
HSL color Cylindrical-coordinate representation of color #DD61A0: hue angle of 329.52º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD61A0 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 160 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.13 |
| HSL | 329.52º | 0.65% | 0.62% | - |
| HSV(B) | 329.52º | 0.56% | 0.87% | - |
| XYZ | 40.44 | 26.46 | 36.23 | - |
| YUV | 141.26 | 138.58 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 160 | 0 | 0.56 | 0.28 | 0.13 | 329.52 | 0.65 | 0.62 |
| Hex | DD | 61 | A0 | 0 | 38 | 1C | D | 14A | 41 | 3E |
| Octal | 335 | 141 | 240 | 0 | 70 | 34 | 15 | 512 | 101 | 76 |
| Binary | 11011101 | 1100001 | 10100000 | 0 | 111000 | 11100 | 1101 | 101001010 | 1000001 | 111110 |
Color Harmonies of #DD61A0
Complementary color
Monochromatic Colors of #DD61A0
Black with #DD61A0
Text Example
Text Example
White with #DD61A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD61A0; }
p { color: rgb(221,97,160); }
H1.HeaderClassName
{
color: #DD61A0;
}
.AnyTagClassName
{
color: #DD61A0;
}
</style>
background-color css
<style>
a { background-color: #DD61A0; }
a { background-color: rgb(221,97,160); }
div.DivClassName
{
background-color: #DD61A0;
}
.BgClassName
{
background-color: #DD61A0;
}
</style>
border-color css
<style>
span { border-color: #DD61A0; }
span { border-color: rgb(221,97,160); }
td.TdClassName
{
border-color: #DD61A0;
}
.TagClassName
{
border-color: #DD61A0;
}
</style>