#DA79B8

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

Shades of Persian Pink #DA79B8

Tints of Persian Pink #DA79B8

Color information

#DA79B8 (or 0xDA79B8) is unknown color: approx Persian Pink. HEX triplet: DA, 79 and B8. RGB value is (218,121,184). Sum of RGB (Red+Green+Blue) = 218+121+184=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79B8 is #258647. Grayscale: #9D9D9D. Windows color (decimal): -2459208 or 12089818. OLE color: 12089818.

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

Color convert

RGB218121184-
CMYK00.440.160.15
HSL321.03º56.73%66.47%-
HSV(B)321.03º44.5%85.49%-
XYZ44.432.0449.19-
YUV157.18143.14171.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.68%
GREEN value IS 121 (47.66% from 255) = 23.14%
BLUE value IS 184 (72.27% from 255) = 35.18%
R=41.68%
G=23.14%
B=35.18%

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
Decimal21812118400.440.160.15321.0356.7366.47
HexDA79B802C10F1413942
Octal332171270054201750171102
Binary1101101011110011011100001011001000011111010000011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA79B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA79B8; }

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

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

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

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

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

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

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

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