#DD71A7

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

Shades of Pale Violet Red #DD71A7

Tints of Pale Violet Red #DD71A7

Color information

#DD71A7 (or 0xDD71A7) is unknown color: approx Pale Violet Red. HEX triplet: DD, 71 and A7. RGB value is (221,113,167). Sum of RGB (Red+Green+Blue) = 221+113+167=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 167 (65.62% from 255 or 33.33% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD71A7 is #228E58. Grayscale: #979797. Windows color (decimal): -2264665 or 10973661. OLE color: 10973661.

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

Color convert

RGB221113167-
CMYK00.490.240.13
HSL330º61.36%65.49%-
HSV(B)330º48.87%86.67%-
XYZ42.729.9740.09-
YUV151.45136.78177.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 113 (44.53% from 255) = 22.55%
BLUE value IS 167 (65.62% from 255) = 33.33%
R=44.11%
G=22.55%
B=33.33%

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
Decimal22111316700.490.240.1333061.3665.49
HexDD71A703118D14a3d41
Octal335161247061301551275101
Binary1101110111100011010011101100011100011011010010101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD71A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD71A7; }

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

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

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

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

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

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

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

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