#DD71A0

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

Shades of Pale Violet Red #DD71A0

Tints of Pale Violet Red #DD71A0

Color information

#DD71A0 (or 0xDD71A0) is unknown color: approx Pale Violet Red. HEX triplet: DD, 71 and A0. RGB value is (221,113,160). Sum of RGB (Red+Green+Blue) = 221+113+160=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD71A0 is #228E5F. Grayscale: #969696. Windows color (decimal): -2264672 or 10514909. OLE color: 10514909.

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

Color convert

RGB221113160-
CMYK00.490.280.13
HSL333.89º61.36%65.49%-
HSV(B)333.89º48.87%86.67%-
XYZ42.0729.7236.78-
YUV150.65133.28178.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 113 (44.53% from 255) = 22.87%
BLUE value IS 160 (62.89% from 255) = 32.39%
R=44.74%
G=22.87%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111316000.490.280.13333.8961.3665.49
HexDD71A00311CD14e3d41
Octal335161240061341551675101
Binary1101110111100011010000001100011110011011010011101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD71A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD71A0; }

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

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

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

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

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

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

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

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