#DF72A1

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

Shades of Pale Violet Red #DF72A1

Tints of Pale Violet Red #DF72A1

Color information

#DF72A1 (or 0xDF72A1) is unknown color: approx Pale Violet Red. HEX triplet: DF, 72 and A1. RGB value is (223,114,161). Sum of RGB (Red+Green+Blue) = 223+114+161=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF72A1 is #208D5E. Grayscale: #979797. Windows color (decimal): -2133343 or 10580703. OLE color: 10580703.

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

Color convert

RGB223114161-
CMYK00.490.280.13
HSL334.13º63.01%66.08%-
HSV(B)334.13º48.88%87.45%-
XYZ42.8830.337.31-
YUV151.95133.11178.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.78%
GREEN value IS 114 (44.92% from 255) = 22.89%
BLUE value IS 161 (63.28% from 255) = 32.33%
R=44.78%
G=22.89%
B=32.33%

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
Decimal22311416100.490.280.13334.1363.0166.08
HexDF72A10311CD14e3f42
Octal337162241061341551677102
Binary1101111111100101010000101100011110011011010011101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF72A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF72A1; }

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

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

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

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

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

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

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

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