#DE73AE

Color #DE73AE Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #DE73AE

Tints of Persian Pink #DE73AE

Color information

#DE73AE (or 0xDE73AE) is unknown color: approx Persian Pink. HEX triplet: DE, 73 and AE. RGB value is (222,115,174). Sum of RGB (Red+Green+Blue) = 222+115+174=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DE73AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE73AE is #218C51. Grayscale: #999999. Windows color (decimal): -2198610 or 11432926. OLE color: 11432926.

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

Color convert

RGB222115174-
CMYK00.480.220.13
HSL326.92º61.85%66.08%-
HSV(B)326.92º48.2%87.06%-
XYZ43.8930.8543.68-
YUV153.72139.45176.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.44%
GREEN value IS 115 (45.31% from 255) = 22.50%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=43.44%
G=22.50%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211517400.480.220.13326.9261.8566.08
HexDE73AE03016D1473e42
Octal336163256060261550776102
Binary1101111011100111010111001100001011011011010001111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE73AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE73AE; }

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

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

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

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

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

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

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

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