#DA71B7

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

Shades of Persian Pink #DA71B7

Tints of Persian Pink #DA71B7

Color information

#DA71B7 (or 0xDA71B7) is unknown color: approx Persian Pink. HEX triplet: DA, 71 and B7. RGB value is (218,113,183). Sum of RGB (Red+Green+Blue) = 218+113+183=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71B7 is #258E48. Grayscale: #989898. Windows color (decimal): -2461257 or 12022234. OLE color: 12022234.

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

Color convert

RGB218113183-
CMYK00.480.160.15
HSL320º58.66%64.9%-
HSV(B)320º48.17%85.49%-
XYZ43.3730.1348.33-
YUV152.38145.29174.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.41%
GREEN value IS 113 (44.53% from 255) = 21.98%
BLUE value IS 183 (71.88% from 255) = 35.60%
R=42.41%
G=21.98%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811318300.480.160.1532058.6664.9
HexDA71B703010F1403b41
Octal332161267060201750073101
Binary1101101011100011011011101100001000011111010000001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA71B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA71B7; }

 p { color: rgb(218,113,183); }

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

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

 a { background-color: rgb(218,113,183); }

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

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

 span { border-color: rgb(218,113,183); }

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