#DF72A2

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

Shades of Pale Violet Red #DF72A2

Tints of Pale Violet Red #DF72A2

Color information

#DF72A2 (or 0xDF72A2) is unknown color: approx Pale Violet Red. HEX triplet: DF, 72 and A2. RGB value is (223,114,162). Sum of RGB (Red+Green+Blue) = 223+114+162=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF72A2 is #208D5D. Grayscale: #979797. Windows color (decimal): -2133342 or 10646239. OLE color: 10646239.

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

Color convert

RGB223114162-
CMYK00.490.270.13
HSL333.58º63.01%66.08%-
HSV(B)333.58º48.88%87.45%-
XYZ42.9730.3337.77-
YUV152.06133.61178.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.69%
GREEN value IS 114 (44.92% from 255) = 22.85%
BLUE value IS 162 (63.67% from 255) = 32.46%
R=44.69%
G=22.85%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311416200.490.270.13333.5863.0166.08
HexDF72A20311BD14e3f42
Octal337162242061331551677102
Binary1101111111100101010001001100011101111011010011101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF72A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF72A2; }

 p { color: rgb(223,114,162); }

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

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

 a { background-color: rgb(223,114,162); }

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

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

 span { border-color: rgb(223,114,162); }

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