#DE80BF

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

Shades of Persian Pink #DE80BF

Tints of Persian Pink #DE80BF

Color information

#DE80BF (or 0xDE80BF) is unknown color: approx Persian Pink. HEX triplet: DE, 80 and BF. RGB value is (222,128,191). Sum of RGB (Red+Green+Blue) = 222+128+191=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80BF is #217F40. Grayscale: #A3A3A3. Windows color (decimal): -2195265 or 12550366. OLE color: 12550366.

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

Color convert

RGB222128191-
CMYK00.420.140.13
HSL319.79º58.75%68.63%-
HSV(B)319.79º42.34%87.06%-
XYZ47.2534.7353.5-
YUV163.29143.64169.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.04%
GREEN value IS 128 (50.39% from 255) = 23.66%
BLUE value IS 191 (75% from 255) = 35.30%
R=41.04%
G=23.66%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212819100.420.140.13319.7958.7568.63
HexDE80BF02AED1403b45
Octal336200277052161550073105
Binary1101111010000000101111110101010111011011010000001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE80BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE80BF; }

 p { color: rgb(222,128,191); }

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

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

 a { background-color: rgb(222,128,191); }

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

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

 span { border-color: rgb(222,128,191); }

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