#DE80B3

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

Shades of Persian Pink #DE80B3

Tints of Persian Pink #DE80B3

Color information

#DE80B3 (or 0xDE80B3) is unknown color: approx Persian Pink. HEX triplet: DE, 80 and B3. RGB value is (222,128,179). Sum of RGB (Red+Green+Blue) = 222+128+179=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80B3 is #217F4C. Grayscale: #A1A1A1. Windows color (decimal): -2195277 or 11763934. OLE color: 11763934.

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

Color convert

RGB222128179-
CMYK00.420.190.13
HSL327.45º58.75%68.63%-
HSV(B)327.45º42.34%87.06%-
XYZ45.9834.2246.83-
YUV161.92137.64170.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.97%
GREEN value IS 128 (50.39% from 255) = 24.20%
BLUE value IS 179 (70.31% from 255) = 33.84%
R=41.97%
G=24.20%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212817900.420.190.13327.4558.7568.63
HexDE80B302A13D1473b45
Octal336200263052231550773105
Binary11011110100000001011001101010101001111011010001111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE80B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE80B3; }

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

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

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

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

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

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

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

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