#DE72AD

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

Shades of Pale Violet Red #DE72AD

Tints of Pale Violet Red #DE72AD

Color information

#DE72AD (or 0xDE72AD) is unknown color: approx Pale Violet Red. HEX triplet: DE, 72 and AD. RGB value is (222,114,173). Sum of RGB (Red+Green+Blue) = 222+114+173=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DE72AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE72AD is #218D52. Grayscale: #989898. Windows color (decimal): -2198867 or 11367134. OLE color: 11367134.

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

Color convert

RGB222114173-
CMYK00.490.220.13
HSL327.22º62.07%65.88%-
HSV(B)327.22º48.65%87.06%-
XYZ43.6830.5843.14-
YUV153.02139.28177.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.61%
GREEN value IS 114 (44.92% from 255) = 22.40%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=43.61%
G=22.40%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211417300.490.220.13327.2262.0765.88
HexDE72AD03116D1473e42
Octal336162255061261550776102
Binary1101111011100101010110101100011011011011010001111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE72AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE72AD; }

 p { color: rgb(222,114,173); }

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

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

 a { background-color: rgb(222,114,173); }

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

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

 span { border-color: rgb(222,114,173); }

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