Shades of Pale Violet Red #DD6FA1
Tints of Pale Violet Red #DD6FA1
RGB
CMYK
RGB Variations
Color information
#DD6FA1 (or 0xDD6FA1) is known color: Pale Violet Red. HEX triplet: DD, 6F and A1. RGB value is (221,111,161). Sum of RGB (Red+Green+Blue) = 221+111+161=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6FA1 is #22905E. Grayscale: #959595. Windows color (decimal): -2265183 or 10579933. OLE color: 10579933.
HSL color Cylindrical-coordinate representation of color #DD6FA1: hue angle of 332.73º 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 #DD6FA1 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 161 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.13 |
| HSL | 332.73º | 0.62% | 0.65% | - |
| HSV(B) | 332.73º | 0.5% | 0.87% | - |
| XYZ | 41.94 | 29.31 | 37.17 | - |
| YUV | 149.59 | 134.44 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 161 | 0 | 0.50 | 0.27 | 0.13 | 332.73 | 0.62 | 0.65 |
| Hex | DD | 6F | A1 | 0 | 32 | 1B | D | 14D | 3E | 41 |
| Octal | 335 | 157 | 241 | 0 | 62 | 33 | 15 | 515 | 76 | 101 |
| Binary | 11011101 | 1101111 | 10100001 | 0 | 110010 | 11011 | 1101 | 101001101 | 111110 | 1000001 |
Color Harmonies of #DD6FA1
Complementary color
Monochromatic Colors of #DD6FA1
Black with #DD6FA1
Text Example
Text Example
White with #DD6FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6FA1; }
p { color: rgb(221,111,161); }
H1.HeaderClassName
{
color: #DD6FA1;
}
.AnyTagClassName
{
color: #DD6FA1;
}
</style>
background-color css
<style>
a { background-color: #DD6FA1; }
a { background-color: rgb(221,111,161); }
div.DivClassName
{
background-color: #DD6FA1;
}
.BgClassName
{
background-color: #DD6FA1;
}
</style>
border-color css
<style>
span { border-color: #DD6FA1; }
span { border-color: rgb(221,111,161); }
td.TdClassName
{
border-color: #DD6FA1;
}
.TagClassName
{
border-color: #DD6FA1;
}
</style>