#DA79B6

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

Shades of Persian Pink #DA79B6

Tints of Persian Pink #DA79B6

Color information

#DA79B6 (or 0xDA79B6) is unknown color: approx Persian Pink. HEX triplet: DA, 79 and B6. RGB value is (218,121,182). Sum of RGB (Red+Green+Blue) = 218+121+182=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79B6 is #258649. Grayscale: #9C9C9C. Windows color (decimal): -2459210 or 11958746. OLE color: 11958746.

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

Color convert

RGB218121182-
CMYK00.440.170.15
HSL322.27º56.73%66.47%-
HSV(B)322.27º44.5%85.49%-
XYZ44.1931.9648.1-
YUV156.96142.14171.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 121 (47.66% from 255) = 23.22%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=41.84%
G=23.22%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812118200.440.170.15322.2756.7366.47
HexDA79B602C11F1423942
Octal332171266054211750271102
Binary1101101011110011011011001011001000111111010000101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA79B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA79B6; }

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

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

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

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

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

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

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

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