#DF79AD

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

Shades of Persian Pink #DF79AD

Tints of Persian Pink #DF79AD

Color information

#DF79AD (or 0xDF79AD) is unknown color: approx Persian Pink. HEX triplet: DF, 79 and AD. RGB value is (223,121,173). Sum of RGB (Red+Green+Blue) = 223+121+173=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF79AD is #208652. Grayscale: #9D9D9D. Windows color (decimal): -2131539 or 11368927. OLE color: 11368927.

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

Color convert

RGB223121173-
CMYK00.460.220.13
HSL329.41º61.45%67.45%-
HSV(B)329.41º45.74%87.45%-
XYZ44.8132.3843.42-
YUV157.43136.79174.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.13%
GREEN value IS 121 (47.66% from 255) = 23.40%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=43.13%
G=23.40%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312117300.460.220.13329.4161.4567.45
HexDF79AD02E16D1493d43
Octal337171255056261551175103
Binary1101111111110011010110101011101011011011010010011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF79AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF79AD; }

 p { color: rgb(223,121,173); }

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

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

 a { background-color: rgb(223,121,173); }

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

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

 span { border-color: rgb(223,121,173); }

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