#DF71A4

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

Shades of Pale Violet Red #DF71A4

Tints of Pale Violet Red #DF71A4

Color information

#DF71A4 (or 0xDF71A4) is unknown color: approx Pale Violet Red. HEX triplet: DF, 71 and A4. RGB value is (223,113,164). Sum of RGB (Red+Green+Blue) = 223+113+164=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF71A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF71A4 is #208E5B. Grayscale: #979797. Windows color (decimal): -2133596 or 10777055. OLE color: 10777055.

HSL color Cylindrical-coordinate representation of color #DF71A4: hue angle of 332.18º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF71A4 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB223113164-
CMYK00.490.260.13
HSL332.18º63.22%65.88%-
HSV(B)332.18º49.33%87.45%-
XYZ43.0430.1838.68-
YUV151.7134.94178.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.6%
GREEN value IS 113 (44.53% from 255) = 22.6%
BLUE value IS 164 (64.45% from 255) = 32.8%
R=44.6%
G=22.6%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311316400.490.260.13332.1863.2265.88
HexDF71A40311AD14c3f42
Octal337161244061321551477102
Binary1101111111100011010010001100011101011011010011001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF71A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF71A4; }

 p { color: rgb(223,113,164); }

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

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

 a { background-color: rgb(223,113,164); }

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

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

 span { border-color: rgb(223,113,164); }

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