#DE7EB5

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

Shades of Persian Pink #DE7EB5

Tints of Persian Pink #DE7EB5

Color information

#DE7EB5 (or 0xDE7EB5) is unknown color: approx Persian Pink. HEX triplet: DE, 7E and B5. RGB value is (222,126,181). Sum of RGB (Red+Green+Blue) = 222+126+181=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7EB5 is #21814A. Grayscale: #A0A0A0. Windows color (decimal): -2195787 or 11894494. OLE color: 11894494.

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

Color convert

RGB222126181-
CMYK00.430.180.13
HSL325.62º59.26%68.24%-
HSV(B)325.62º43.24%87.06%-
XYZ45.9333.7947.82-
YUV160.97139.3171.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.97%
GREEN value IS 126 (49.61% from 255) = 23.82%
BLUE value IS 181 (71.09% from 255) = 34.22%
R=41.97%
G=23.82%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212618100.430.180.13325.6259.2668.24
HexDE7EB502B12D1463b44
Octal336176265053221550673104
Binary1101111011111101011010101010111001011011010001101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7EB5; }

 p { color: rgb(222,126,181); }

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

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

 a { background-color: rgb(222,126,181); }

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

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

 span { border-color: rgb(222,126,181); }

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