#da73ba

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

Shades of Persian Pink #DA73BA

Tints of Persian Pink #DA73BA

Color information

#DA73BA (or 0xDA73BA) is unknown color: approx Persian Pink. HEX triplet: DA, 73 and BA. RGB value is (218,115,186). Sum of RGB (Red+Green+Blue) = 218+115+186=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA73BA is #258C45. Grayscale: #999999. Windows color (decimal): -2460742 or 12219354. OLE color: 12219354.

HSL color Cylindrical-coordinate representation of color #DA73BA: hue angle of 318.64º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA73BA is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218115186-
CMYK00.470.150.15
HSL318.64º58.19%65.29%-
HSV(B)318.64º47.25%85.49%-
XYZ43.9130.7150.07-
YUV153.89146.12173.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 115 (45.31% from 255) = 22.16%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=42.00%
G=22.16%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811518600.470.150.15318.6458.1965.29
HexDA73BA02FFF13f3a41
Octal332163272057171747772101
Binary110110101110011101110100101111111111111001111111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da73ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da73ba; }

 p { color: rgb(218,115,186); }

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

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

 a { background-color: rgb(218,115,186); }

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

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

 span { border-color: rgb(218,115,186); }

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