#DE73A9

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

Shades of Pale Violet Red #DE73A9

Tints of Pale Violet Red #DE73A9

Color information

#DE73A9 (or 0xDE73A9) is unknown color: approx Pale Violet Red. HEX triplet: DE, 73 and A9. RGB value is (222,115,169). Sum of RGB (Red+Green+Blue) = 222+115+169=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DE73A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE73A9 is #218C56. Grayscale: #999999. Windows color (decimal): -2198615 or 11105246. OLE color: 11105246.

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

Color convert

RGB222115169-
CMYK00.480.240.13
HSL329.72º61.85%66.08%-
HSV(B)329.72º48.2%87.06%-
XYZ43.4230.6641.16-
YUV153.15136.95177.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 115 (45.31% from 255) = 22.73%
BLUE value IS 169 (66.41% from 255) = 33.40%
R=43.87%
G=22.73%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211516900.480.240.13329.7261.8566.08
HexDE73A903018D14a3e42
Octal336163251060301551276102
Binary1101111011100111010100101100001100011011010010101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE73A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE73A9; }

 p { color: rgb(222,115,169); }

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

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

 a { background-color: rgb(222,115,169); }

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

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

 span { border-color: rgb(222,115,169); }

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