#DE77B6

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

Shades of Persian Pink #DE77B6

Tints of Persian Pink #DE77B6

Color information

#DE77B6 (or 0xDE77B6) is unknown color: approx Persian Pink. HEX triplet: DE, 77 and B6. RGB value is (222,119,182). Sum of RGB (Red+Green+Blue) = 222+119+182=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77B6 is #218849. Grayscale: #9C9C9C. Windows color (decimal): -2197578 or 11958238. OLE color: 11958238.

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

Color convert

RGB222119182-
CMYK00.460.180.13
HSL323.3º60.95%66.86%-
HSV(B)323.3º46.4%87.06%-
XYZ45.1632.148.07-
YUV156.98142.12174.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.45%
GREEN value IS 119 (46.88% from 255) = 22.75%
BLUE value IS 182 (71.48% from 255) = 34.80%
R=42.45%
G=22.75%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211918200.460.180.13323.360.9566.86
HexDE77B602E12D1433d43
Octal336167266056221550375103
Binary1101111011101111011011001011101001011011010000111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE77B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE77B6; }

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

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

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

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

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

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

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

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