#DE82BE

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

Shades of Persian Pink #DE82BE

Tints of Persian Pink #DE82BE

Color information

#DE82BE (or 0xDE82BE) is unknown color: approx Persian Pink. HEX triplet: DE, 82 and BE. RGB value is (222,130,190). Sum of RGB (Red+Green+Blue) = 222+130+190=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE82BE is #217D41. Grayscale: #A4A4A4. Windows color (decimal): -2194754 or 12485342. OLE color: 12485342.

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

Color convert

RGB222130190-
CMYK00.410.140.13
HSL320.87º58.23%69.02%-
HSV(B)320.87º41.44%87.06%-
XYZ47.435.2153.01-
YUV164.35142.48169.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 130 (51.17% from 255) = 23.99%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=40.96%
G=23.99%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213019000.410.140.13320.8758.2369.02
HexDE82BE029ED1413a45
Octal336202276051161550172105
Binary1101111010000010101111100101001111011011010000011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE82BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE82BE; }

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

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

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

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

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

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

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

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