#DA79B4

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

Shades of Persian Pink #DA79B4

Tints of Persian Pink #DA79B4

Color information

#DA79B4 (or 0xDA79B4) is unknown color: approx Persian Pink. HEX triplet: DA, 79 and B4. RGB value is (218,121,180). Sum of RGB (Red+Green+Blue) = 218+121+180=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79B4 is #25864B. Grayscale: #9C9C9C. Windows color (decimal): -2459212 or 11827674. OLE color: 11827674.

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

Color convert

RGB218121180-
CMYK00.440.170.15
HSL323.51º56.73%66.47%-
HSV(B)323.51º44.5%85.49%-
XYZ43.9931.8847.01-
YUV156.73141.14171.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 121 (47.66% from 255) = 23.31%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=42.00%
G=23.31%
B=34.68%

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
Decimal21812118000.440.170.15323.5156.7366.47
HexDA79B402C11F1443942
Octal332171264054211750471102
Binary1101101011110011011010001011001000111111010001001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA79B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA79B4; }

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

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

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

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

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

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

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

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