#DE82BB

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

Shades of Persian Pink #DE82BB

Tints of Persian Pink #DE82BB

Color information

#DE82BB (or 0xDE82BB) is unknown color: approx Persian Pink. HEX triplet: DE, 82 and BB. RGB value is (222,130,187). Sum of RGB (Red+Green+Blue) = 222+130+187=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE82BB is #217D44. Grayscale: #A3A3A3. Windows color (decimal): -2194757 or 12288734. OLE color: 12288734.

HSL color Cylindrical-coordinate representation of color #DE82BB: hue angle of 322.83º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE82BB is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB222130187-
CMYK00.410.160.13
HSL322.83º58.23%69.02%-
HSV(B)322.83º41.44%87.06%-
XYZ47.0835.0851.3-
YUV164.01140.98169.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 130 (51.17% from 255) = 24.12%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=41.19%
G=24.12%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213018700.410.160.13322.8358.2369.02
HexDE82BB02910D1433a45
Octal336202273051201550372105
Binary11011110100000101011101101010011000011011010000111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE82BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE82BB; }

 p { color: rgb(222,130,187); }

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

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

 a { background-color: rgb(222,130,187); }

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

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

 span { border-color: rgb(222,130,187); }

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