#DE76B4

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

Shades of Persian Pink #DE76B4

Tints of Persian Pink #DE76B4

Color information

#DE76B4 (or 0xDE76B4) is unknown color: approx Persian Pink. HEX triplet: DE, 76 and B4. RGB value is (222,118,180). Sum of RGB (Red+Green+Blue) = 222+118+180=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE76B4 is #21894B. Grayscale: #9C9C9C. Windows color (decimal): -2197836 or 11826910. OLE color: 11826910.

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

Color convert

RGB222118180-
CMYK00.470.190.13
HSL324.23º61.18%66.67%-
HSV(B)324.23º46.85%87.06%-
XYZ44.8431.7846.95-
YUV156.16141.46174.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.69%
GREEN value IS 118 (46.48% from 255) = 22.69%
BLUE value IS 180 (70.70% from 255) = 34.62%
R=42.69%
G=22.69%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211818000.470.190.13324.2361.1866.67
HexDE76B402F13D1443d43
Octal336166264057231550475103
Binary1101111011101101011010001011111001111011010001001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE76B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE76B4; }

 p { color: rgb(222,118,180); }

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

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

 a { background-color: rgb(222,118,180); }

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

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

 span { border-color: rgb(222,118,180); }

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