#DE79BD

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

Shades of Persian Pink #DE79BD

Tints of Persian Pink #DE79BD

Color information

#DE79BD (or 0xDE79BD) is unknown color: approx Persian Pink. HEX triplet: DE, 79 and BD. RGB value is (222,121,189). Sum of RGB (Red+Green+Blue) = 222+121+189=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE79BD is #218642. Grayscale: #9E9E9E. Windows color (decimal): -2197059 or 12417502. OLE color: 12417502.

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

Color convert

RGB222121189-
CMYK00.450.150.13
HSL319.6º60.48%67.25%-
HSV(B)319.6º45.5%87.06%-
XYZ46.1532.8852.06-
YUV158.95144.96172.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.73%
GREEN value IS 121 (47.66% from 255) = 22.74%
BLUE value IS 189 (74.22% from 255) = 35.53%
R=41.73%
G=22.74%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212118900.450.150.13319.660.4867.25
HexDE79BD02DFD1403c43
Octal336171275055171550074103
Binary110111101111001101111010101101111111011010000001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE79BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE79BD; }

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

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

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

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

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

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

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

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