#DE77B3

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

Shades of Persian Pink #DE77B3

Tints of Persian Pink #DE77B3

Color information

#DE77B3 (or 0xDE77B3) is unknown color: approx Persian Pink. HEX triplet: DE, 77 and B3. RGB value is (222,119,179). Sum of RGB (Red+Green+Blue) = 222+119+179=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77B3 is #21884C. Grayscale: #9C9C9C. Windows color (decimal): -2197581 or 11761630. OLE color: 11761630.

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

Color convert

RGB222119179-
CMYK00.460.190.13
HSL325.05º60.95%66.86%-
HSV(B)325.05º46.4%87.06%-
XYZ44.8631.9846.46-
YUV156.64140.62174.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.69%
GREEN value IS 119 (46.88% from 255) = 22.88%
BLUE value IS 179 (70.31% from 255) = 34.42%
R=42.69%
G=22.88%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211917900.460.190.13325.0560.9566.86
HexDE77B302E13D1453d43
Octal336167263056231550575103
Binary1101111011101111011001101011101001111011010001011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE77B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE77B3; }

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

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

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

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

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

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

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

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