#DF7DA2

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

Shades of Pale Violet Red #DF7DA2

Tints of Pale Violet Red #DF7DA2

Color information

#DF7DA2 (or 0xDF7DA2) is unknown color: approx Pale Violet Red. HEX triplet: DF, 7D and A2. RGB value is (223,125,162). Sum of RGB (Red+Green+Blue) = 223+125+162=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7DA2 is #20825D. Grayscale: #9E9E9E. Windows color (decimal): -2130526 or 10649055. OLE color: 10649055.

HSL color Cylindrical-coordinate representation of color #DF7DA2: hue angle of 337.35º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7DA2 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB223125162-
CMYK00.440.270.13
HSL337.35º60.49%68.24%-
HSV(B)337.35º43.95%87.45%-
XYZ44.2932.9638.21-
YUV158.52129.97173.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.73%
GREEN value IS 125 (49.22% from 255) = 24.51%
BLUE value IS 162 (63.67% from 255) = 31.76%
R=43.73%
G=24.51%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312516200.440.270.13337.3560.4968.24
HexDF7DA202C1BD1513c44
Octal337175242054331552174104
Binary1101111111111011010001001011001101111011010100011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DA2; }

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

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

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

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

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

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

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

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