#DA78B5

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

Shades of Persian Pink #DA78B5

Tints of Persian Pink #DA78B5

Color information

#DA78B5 (or 0xDA78B5) is unknown color: approx Persian Pink. HEX triplet: DA, 78 and B5. RGB value is (218,120,181). Sum of RGB (Red+Green+Blue) = 218+120+181=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA78B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA78B5 is #25874A. Grayscale: #9C9C9C. Windows color (decimal): -2459467 or 11892954. OLE color: 11892954.

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

Color convert

RGB218120181-
CMYK00.450.170.15
HSL322.65º56.98%66.27%-
HSV(B)322.65º44.95%85.49%-
XYZ43.9731.6747.51-
YUV156.26141.97172.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 120 (47.27% from 255) = 23.12%
BLUE value IS 181 (71.09% from 255) = 34.87%
R=42.00%
G=23.12%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812018100.450.170.15322.6556.9866.27
HexDA78B502D11F1433942
Octal332170265055211750371102
Binary1101101011110001011010101011011000111111010000111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA78B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA78B5; }

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

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

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

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

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

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

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

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