#DA79B7

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

Shades of Persian Pink #DA79B7

Tints of Persian Pink #DA79B7

Color information

#DA79B7 (or 0xDA79B7) is unknown color: approx Persian Pink. HEX triplet: DA, 79 and B7. RGB value is (218,121,183). Sum of RGB (Red+Green+Blue) = 218+121+183=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79B7 is #258648. Grayscale: #9C9C9C. Windows color (decimal): -2459209 or 12024282. OLE color: 12024282.

HSL color Cylindrical-coordinate representation of color #DA79B7: hue angle of 321.65º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA79B7 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB218121183-
CMYK00.440.160.15
HSL321.65º56.73%66.47%-
HSV(B)321.65º44.5%85.49%-
XYZ44.33248.64-
YUV157.07142.64171.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.76%
GREEN value IS 121 (47.66% from 255) = 23.18%
BLUE value IS 183 (71.88% from 255) = 35.06%
R=41.76%
G=23.18%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812118300.440.160.15321.6556.7366.47
HexDA79B702C10F1423942
Octal332171267054201750271102
Binary1101101011110011011011101011001000011111010000101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA79B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA79B7; }

 p { color: rgb(218,121,183); }

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

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

 a { background-color: rgb(218,121,183); }

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

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

 span { border-color: rgb(218,121,183); }

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