#DE79BE

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

Shades of Persian Pink #DE79BE

Tints of Persian Pink #DE79BE

Color information

#DE79BE (or 0xDE79BE) is unknown color: approx Persian Pink. HEX triplet: DE, 79 and BE. RGB value is (222,121,190). Sum of RGB (Red+Green+Blue) = 222+121+190=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE79BE is #218641. Grayscale: #9E9E9E. Windows color (decimal): -2197058 or 12483038. OLE color: 12483038.

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

Color convert

RGB222121190-
CMYK00.450.140.13
HSL319.01º60.48%67.25%-
HSV(B)319.01º45.5%87.06%-
XYZ46.2632.9252.63-
YUV159.06145.46172.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.65%
GREEN value IS 121 (47.66% from 255) = 22.70%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=41.65%
G=22.70%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212119000.450.140.13319.0160.4867.25
HexDE79BE02DED13f3c43
Octal336171276055161547774103
Binary110111101111001101111100101101111011011001111111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE79BE; }

 p { color: rgb(222,121,190); }

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

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

 a { background-color: rgb(222,121,190); }

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

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

 span { border-color: rgb(222,121,190); }

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