#DE73A0

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

Shades of Pale Violet Red #DE73A0

Tints of Pale Violet Red #DE73A0

Color information

#DE73A0 (or 0xDE73A0) is unknown color: approx Pale Violet Red. HEX triplet: DE, 73 and A0. RGB value is (222,115,160). Sum of RGB (Red+Green+Blue) = 222+115+160=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DE73A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE73A0 is #218C5F. Grayscale: #989898. Windows color (decimal): -2198624 or 10515422. OLE color: 10515422.

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

Color convert

RGB222115160-
CMYK00.480.280.13
HSL334.77º61.85%66.08%-
HSV(B)334.77º48.2%87.06%-
XYZ42.630.3336.87-
YUV152.12132.45177.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.67%
GREEN value IS 115 (45.31% from 255) = 23.14%
BLUE value IS 160 (62.89% from 255) = 32.19%
R=44.67%
G=23.14%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211516000.480.280.13334.7761.8566.08
HexDE73A00301CD14f3e42
Octal336163240060341551776102
Binary1101111011100111010000001100001110011011010011111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE73A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE73A0; }

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

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

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

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

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

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

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

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