#DE82B6

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

Shades of Persian Pink #DE82B6

Tints of Persian Pink #DE82B6

Color information

#DE82B6 (or 0xDE82B6) is unknown color: approx Persian Pink. HEX triplet: DE, 82 and B6. RGB value is (222,130,182). Sum of RGB (Red+Green+Blue) = 222+130+182=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE82B6 is #217D49. Grayscale: #A3A3A3. Windows color (decimal): -2194762 or 11961054. OLE color: 11961054.

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

Color convert

RGB222130182-
CMYK00.410.180.13
HSL326.09º58.23%69.02%-
HSV(B)326.09º41.44%87.06%-
XYZ46.5534.8748.53-
YUV163.44138.48169.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.57%
GREEN value IS 130 (51.17% from 255) = 24.34%
BLUE value IS 182 (71.48% from 255) = 34.08%
R=41.57%
G=24.34%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213018200.410.180.13326.0958.2369.02
HexDE82B602912D1463a45
Octal336202266051221550672105
Binary11011110100000101011011001010011001011011010001101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE82B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE82B6; }

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

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

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

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

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

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

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

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