#DE77B0

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

Shades of Persian Pink #DE77B0

Tints of Persian Pink #DE77B0

Color information

#DE77B0 (or 0xDE77B0) is unknown color: approx Persian Pink. HEX triplet: DE, 77 and B0. RGB value is (222,119,176). Sum of RGB (Red+Green+Blue) = 222+119+176=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE77B0 is #21884F. Grayscale: #9C9C9C. Windows color (decimal): -2197584 or 11565022. OLE color: 11565022.

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

Color convert

RGB222119176-
CMYK00.460.210.13
HSL326.8º60.95%66.86%-
HSV(B)326.8º46.4%87.06%-
XYZ44.5631.8644.88-
YUV156.29139.12174.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 119 (46.88% from 255) = 23.02%
BLUE value IS 176 (69.14% from 255) = 34.04%
R=42.94%
G=23.02%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211917600.460.210.13326.860.9566.86
HexDE77B002E15D1473d43
Octal336167260056251550775103
Binary1101111011101111011000001011101010111011010001111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE77B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE77B0; }

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

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

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

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

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

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

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

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