#DA79B3

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

Shades of Persian Pink #DA79B3

Tints of Persian Pink #DA79B3

Color information

#DA79B3 (or 0xDA79B3) is unknown color: approx Persian Pink. HEX triplet: DA, 79 and B3. RGB value is (218,121,179). Sum of RGB (Red+Green+Blue) = 218+121+179=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79B3 is #25864C. Grayscale: #9C9C9C. Windows color (decimal): -2459213 or 11762138. OLE color: 11762138.

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

Color convert

RGB218121179-
CMYK00.440.180.15
HSL324.12º56.73%66.47%-
HSV(B)324.12º44.5%85.49%-
XYZ43.8931.8346.48-
YUV156.62140.64171.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.08%
GREEN value IS 121 (47.66% from 255) = 23.36%
BLUE value IS 179 (70.31% from 255) = 34.56%
R=42.08%
G=23.36%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812117900.440.180.15324.1256.7366.47
HexDA79B302C12F1443942
Octal332171263054221750471102
Binary1101101011110011011001101011001001011111010001001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA79B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA79B3; }

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

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

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

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

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

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

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

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