#DF79B3

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

Shades of Persian Pink #DF79B3

Tints of Persian Pink #DF79B3

Color information

#DF79B3 (or 0xDF79B3) is unknown color: approx Persian Pink. HEX triplet: DF, 79 and B3. RGB value is (223,121,179). Sum of RGB (Red+Green+Blue) = 223+121+179=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79B3 is #20864C. Grayscale: #9D9D9D. Windows color (decimal): -2131533 or 11762143. OLE color: 11762143.

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

Color convert

RGB223121179-
CMYK00.460.200.13
HSL325.88º61.45%67.45%-
HSV(B)325.88º45.74%87.45%-
XYZ45.4132.6246.55-
YUV158.11139.79174.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.64%
GREEN value IS 121 (47.66% from 255) = 23.14%
BLUE value IS 179 (70.31% from 255) = 34.23%
R=42.64%
G=23.14%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312117900.460.200.13325.8861.4567.45
HexDF79B302E14D1463d43
Octal337171263056241550675103
Binary1101111111110011011001101011101010011011010001101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF79B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF79B3; }

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

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

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

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

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

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

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

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