#DE82BD

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

Shades of Persian Pink #DE82BD

Tints of Persian Pink #DE82BD

Color information

#DE82BD (or 0xDE82BD) is unknown color: approx Persian Pink. HEX triplet: DE, 82 and BD. RGB value is (222,130,189). Sum of RGB (Red+Green+Blue) = 222+130+189=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE82BD is #217D42. Grayscale: #A4A4A4. Windows color (decimal): -2194755 or 12419806. OLE color: 12419806.

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

Color convert

RGB222130189-
CMYK00.410.150.13
HSL321.52º58.23%69.02%-
HSV(B)321.52º41.44%87.06%-
XYZ47.2935.1752.44-
YUV164.23141.98169.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.04%
GREEN value IS 130 (51.17% from 255) = 24.03%
BLUE value IS 189 (74.22% from 255) = 34.94%
R=41.04%
G=24.03%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213018900.410.150.13321.5258.2369.02
HexDE82BD029FD1423a45
Octal336202275051171550272105
Binary1101111010000010101111010101001111111011010000101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE82BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE82BD; }

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

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

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

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

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

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

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

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