#DD71AD

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

Shades of Pale Violet Red #DD71AD

Tints of Pale Violet Red #DD71AD

Color information

#DD71AD (or 0xDD71AD) is unknown color: approx Pale Violet Red. HEX triplet: DD, 71 and AD. RGB value is (221,113,173). Sum of RGB (Red+Green+Blue) = 221+113+173=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD71AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD71AD is #228E52. Grayscale: #989898. Windows color (decimal): -2264659 or 11366877. OLE color: 11366877.

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

Color convert

RGB221113173-
CMYK00.490.220.13
HSL326.67º61.36%65.49%-
HSV(B)326.67º48.87%86.67%-
XYZ43.2730.243.08-
YUV152.13139.78177.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.59%
GREEN value IS 113 (44.53% from 255) = 22.29%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=43.59%
G=22.29%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111317300.490.220.13326.6761.3665.49
HexDD71AD03116D1473d41
Octal335161255061261550775101
Binary1101110111100011010110101100011011011011010001111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD71AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD71AD; }

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

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

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

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

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

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

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

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