Shades of Pale Violet Red #DD6FA0
Tints of Pale Violet Red #DD6FA0
RGB
CMYK
RGB Variations
Color information
#DD6FA0 (or 0xDD6FA0) is known color: Pale Violet Red. HEX triplet: DD, 6F and A0. RGB value is (221,111,160). Sum of RGB (Red+Green+Blue) = 221+111+160=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6FA0 is #22905F. Grayscale: #959595. Windows color (decimal): -2265184 or 10514397. OLE color: 10514397.
HSL color Cylindrical-coordinate representation of color #DD6FA0: hue angle of 333.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6FA0 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 160 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.13 |
| HSL | 333.27º | 0.62% | 0.65% | - |
| HSV(B) | 333.27º | 0.5% | 0.87% | - |
| XYZ | 41.85 | 29.28 | 36.7 | - |
| YUV | 149.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 160 | 0 | 0.50 | 0.28 | 0.13 | 333.27 | 0.62 | 0.65 |
| Hex | DD | 6F | A0 | 0 | 32 | 1C | D | 14D | 3E | 41 |
| Octal | 335 | 157 | 240 | 0 | 62 | 34 | 15 | 515 | 76 | 101 |
| Binary | 11011101 | 1101111 | 10100000 | 0 | 110010 | 11100 | 1101 | 101001101 | 111110 | 1000001 |
Color Harmonies of #DD6FA0
Complementary color
Monochromatic Colors of #DD6FA0
Black with #DD6FA0
Text Example
Text Example
White with #DD6FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6FA0; }
p { color: rgb(221,111,160); }
H1.HeaderClassName
{
color: #DD6FA0;
}
.AnyTagClassName
{
color: #DD6FA0;
}
</style>
background-color css
<style>
a { background-color: #DD6FA0; }
a { background-color: rgb(221,111,160); }
div.DivClassName
{
background-color: #DD6FA0;
}
.BgClassName
{
background-color: #DD6FA0;
}
</style>
border-color css
<style>
span { border-color: #DD6FA0; }
span { border-color: rgb(221,111,160); }
td.TdClassName
{
border-color: #DD6FA0;
}
.TagClassName
{
border-color: #DD6FA0;
}
</style>