#DA73B1

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

Shades of Persian Pink #DA73B1

Tints of Persian Pink #DA73B1

Color information

#DA73B1 (or 0xDA73B1) is unknown color: approx Persian Pink. HEX triplet: DA, 73 and B1. RGB value is (218,115,177). Sum of RGB (Red+Green+Blue) = 218+115+177=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA73B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA73B1 is #258C4E. Grayscale: #989898. Windows color (decimal): -2460751 or 11629530. OLE color: 11629530.

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

Color convert

RGB218115177-
CMYK00.470.190.15
HSL323.88º58.19%65.29%-
HSV(B)323.88º47.25%85.49%-
XYZ42.9830.3445.19-
YUV152.86141.62174.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.75%
GREEN value IS 115 (45.31% from 255) = 22.55%
BLUE value IS 177 (69.53% from 255) = 34.71%
R=42.75%
G=22.55%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811517700.470.190.15323.8858.1965.29
HexDA73B102F13F1443a41
Octal332163261057231750472101
Binary1101101011100111011000101011111001111111010001001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA73B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA73B1; }

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

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

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

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

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

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

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

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