#DD71A9

Color #DD71A9 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DD71A9

Tints of Pale Violet Red #DD71A9

Color information

#DD71A9 (or 0xDD71A9) is unknown color: approx Pale Violet Red. HEX triplet: DD, 71 and A9. RGB value is (221,113,169). Sum of RGB (Red+Green+Blue) = 221+113+169=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD71A9 is #228E56. Grayscale: #979797. Windows color (decimal): -2264663 or 11104733. OLE color: 11104733.

HSL color Cylindrical-coordinate representation of color #DD71A9: hue angle of 328.89º 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 #DD71A9 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB221113169-
CMYK00.490.240.13
HSL328.89º61.36%65.49%-
HSV(B)328.89º48.87%86.67%-
XYZ42.8930.0541.08-
YUV151.68137.78177.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 113 (44.53% from 255) = 22.47%
BLUE value IS 169 (66.41% from 255) = 33.60%
R=43.94%
G=22.47%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111316900.490.240.13328.8961.3665.49
HexDD71A903118D1493d41
Octal335161251061301551175101
Binary1101110111100011010100101100011100011011010010011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD71A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD71A9; }

 p { color: rgb(221,113,169); }

 H1.HeaderClassName
 {
   color: #DD71A9;
 }
 .AnyTagClassName
 {
   color: #DD71A9;
 }
</style>
background-color css

<style>
 a { background-color: #DD71A9; }

 a { background-color: rgb(221,113,169); }

 div.DivClassName
 {
   background-color: #DD71A9;
 }
 .BgClassName
 {
   background-color: #DD71A9;
 }
</style>
border-color css

<style>
 span { border-color: #DD71A9; }

 span { border-color: rgb(221,113,169); }

 td.TdClassName
 {
   border-color: #DD71A9;
 }
 .TagClassName
 {
   border-color: #DD71A9;
 }
</style>