Shades of Pale Violet Red #DD60A0
Tints of Pale Violet Red #DD60A0
RGB
CMYK
RGB Variations
Color information
#DD60A0 (or 0xDD60A0) is known color: Pale Violet Red. HEX triplet: DD, 60 and A0. RGB value is (221,96,160). Sum of RGB (Red+Green+Blue) = 221+96+160=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD60A0 is #229F5F. Grayscale: #8C8C8C. Windows color (decimal): -2269024 or 10510557. OLE color: 10510557.
HSL color Cylindrical-coordinate representation of color #DD60A0: hue angle of 329.28º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD60A0 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 160 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.13 |
| HSL | 329.28º | 0.65% | 0.62% | - |
| HSV(B) | 329.28º | 0.57% | 0.87% | - |
| XYZ | 40.35 | 26.28 | 36.2 | - |
| YUV | 140.67 | 138.91 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 160 | 0 | 0.57 | 0.28 | 0.13 | 329.28 | 0.65 | 0.62 |
| Hex | DD | 60 | A0 | 0 | 39 | 1C | D | 149 | 41 | 3E |
| Octal | 335 | 140 | 240 | 0 | 71 | 34 | 15 | 511 | 101 | 76 |
| Binary | 11011101 | 1100000 | 10100000 | 0 | 111001 | 11100 | 1101 | 101001001 | 1000001 | 111110 |
Color Harmonies of #DD60A0
Complementary color
Monochromatic Colors of #DD60A0
Black with #DD60A0
Text Example
Text Example
White with #DD60A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD60A0; }
p { color: rgb(221,96,160); }
H1.HeaderClassName
{
color: #DD60A0;
}
.AnyTagClassName
{
color: #DD60A0;
}
</style>
background-color css
<style>
a { background-color: #DD60A0; }
a { background-color: rgb(221,96,160); }
div.DivClassName
{
background-color: #DD60A0;
}
.BgClassName
{
background-color: #DD60A0;
}
</style>
border-color css
<style>
span { border-color: #DD60A0; }
span { border-color: rgb(221,96,160); }
td.TdClassName
{
border-color: #DD60A0;
}
.TagClassName
{
border-color: #DD60A0;
}
</style>