#DA78B0

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

Shades of Persian Pink #DA78B0

Tints of Persian Pink #DA78B0

Color information

#DA78B0 (or 0xDA78B0) is unknown color: approx Persian Pink. HEX triplet: DA, 78 and B0. RGB value is (218,120,176). Sum of RGB (Red+Green+Blue) = 218+120+176=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA78B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA78B0 is #25874F. Grayscale: #9B9B9B. Windows color (decimal): -2459472 or 11565274. OLE color: 11565274.

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

Color convert

RGB218120176-
CMYK00.450.190.15
HSL325.71º56.98%66.27%-
HSV(B)325.71º44.95%85.49%-
XYZ43.4731.4744.86-
YUV155.69139.47172.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.41%
GREEN value IS 120 (47.27% from 255) = 23.35%
BLUE value IS 176 (69.14% from 255) = 34.24%
R=42.41%
G=23.35%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812017600.450.190.15325.7156.9866.27
HexDA78B002D13F1463942
Octal332170260055231750671102
Binary1101101011110001011000001011011001111111010001101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA78B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA78B0; }

 p { color: rgb(218,120,176); }

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

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

 a { background-color: rgb(218,120,176); }

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

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

 span { border-color: rgb(218,120,176); }

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