#DE77BB

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

Shades of Persian Pink #DE77BB

Tints of Persian Pink #DE77BB

Color information

#DE77BB (or 0xDE77BB) is unknown color: approx Persian Pink. HEX triplet: DE, 77 and BB. RGB value is (222,119,187). Sum of RGB (Red+Green+Blue) = 222+119+187=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77BB is #218844. Grayscale: #9D9D9D. Windows color (decimal): -2197573 or 12285918. OLE color: 12285918.

HSL color Cylindrical-coordinate representation of color #DE77BB: hue angle of 320.39º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE77BB is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB222119187-
CMYK00.460.160.13
HSL320.39º60.95%66.86%-
HSV(B)320.39º46.4%87.06%-
XYZ45.6932.3150.84-
YUV157.55144.62173.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.05%
GREEN value IS 119 (46.88% from 255) = 22.54%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=42.05%
G=22.54%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211918700.460.160.13320.3960.9566.86
HexDE77BB02E10D1403d43
Octal336167273056201550075103
Binary1101111011101111011101101011101000011011010000001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE77BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE77BB; }

 p { color: rgb(222,119,187); }

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

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

 a { background-color: rgb(222,119,187); }

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

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

 span { border-color: rgb(222,119,187); }

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