Shades of Pale Violet Red #DD71A8
Tints of Pale Violet Red #DD71A8
RGB
CMYK
RGB Variations
Color information
#DD71A8 (or 0xDD71A8) is known color: Pale Violet Red. HEX triplet: DD, 71 and A8. RGB value is (221,113,168). Sum of RGB (Red+Green+Blue) = 221+113+168=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD71A8 is #228E57. Grayscale: #979797. Windows color (decimal): -2264664 or 11039197. OLE color: 11039197.
HSL color Cylindrical-coordinate representation of color #DD71A8: hue angle of 329.44º 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 #DD71A8 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 168 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.13 |
| HSL | 329.44º | 0.61% | 0.65% | - |
| HSV(B) | 329.44º | 0.49% | 0.87% | - |
| XYZ | 42.79 | 30.01 | 40.58 | - |
| YUV | 151.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 168 | 0 | 0.49 | 0.24 | 0.13 | 329.44 | 0.61 | 0.65 |
| Hex | DD | 71 | A8 | 0 | 31 | 18 | D | 149 | 3D | 41 |
| Octal | 335 | 161 | 250 | 0 | 61 | 30 | 15 | 511 | 75 | 101 |
| Binary | 11011101 | 1110001 | 10101000 | 0 | 110001 | 11000 | 1101 | 101001001 | 111101 | 1000001 |
Color Harmonies of #DD71A8
Complementary color
Monochromatic Colors of #DD71A8
Black with #DD71A8
Text Example
Text Example
White with #DD71A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD71A8; }
p { color: rgb(221,113,168); }
H1.HeaderClassName
{
color: #DD71A8;
}
.AnyTagClassName
{
color: #DD71A8;
}
</style>
background-color css
<style>
a { background-color: #DD71A8; }
a { background-color: rgb(221,113,168); }
div.DivClassName
{
background-color: #DD71A8;
}
.BgClassName
{
background-color: #DD71A8;
}
</style>
border-color css
<style>
span { border-color: #DD71A8; }
span { border-color: rgb(221,113,168); }
td.TdClassName
{
border-color: #DD71A8;
}
.TagClassName
{
border-color: #DD71A8;
}
</style>