Shades of Pale Violet Red #DD71A1
Tints of Pale Violet Red #DD71A1
RGB
CMYK
RGB Variations
Color information
#DD71A1 (or 0xDD71A1) is known color: Pale Violet Red. HEX triplet: DD, 71 and A1. RGB value is (221,113,161). Sum of RGB (Red+Green+Blue) = 221+113+161=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD71A1 is #228E5E. Grayscale: #969696. Windows color (decimal): -2264671 or 10580445. OLE color: 10580445.
HSL color Cylindrical-coordinate representation of color #DD71A1: hue angle of 333.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD71A1 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 161 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.13 |
| HSL | 333.33º | 0.61% | 0.65% | - |
| HSV(B) | 333.33º | 0.49% | 0.87% | - |
| XYZ | 42.16 | 29.76 | 37.24 | - |
| YUV | 150.76 | 133.78 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 161 | 0 | 0.49 | 0.27 | 0.13 | 333.33 | 0.61 | 0.65 |
| Hex | DD | 71 | A1 | 0 | 31 | 1B | D | 14D | 3D | 41 |
| Octal | 335 | 161 | 241 | 0 | 61 | 33 | 15 | 515 | 75 | 101 |
| Binary | 11011101 | 1110001 | 10100001 | 0 | 110001 | 11011 | 1101 | 101001101 | 111101 | 1000001 |
Color Harmonies of #DD71A1
Complementary color
Monochromatic Colors of #DD71A1
Black with #DD71A1
Text Example
Text Example
White with #DD71A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD71A1; }
p { color: rgb(221,113,161); }
H1.HeaderClassName
{
color: #DD71A1;
}
.AnyTagClassName
{
color: #DD71A1;
}
</style>
background-color css
<style>
a { background-color: #DD71A1; }
a { background-color: rgb(221,113,161); }
div.DivClassName
{
background-color: #DD71A1;
}
.BgClassName
{
background-color: #DD71A1;
}
</style>
border-color css
<style>
span { border-color: #DD71A1; }
span { border-color: rgb(221,113,161); }
td.TdClassName
{
border-color: #DD71A1;
}
.TagClassName
{
border-color: #DD71A1;
}
</style>