#DA81BA

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

Shades of Persian Pink #DA81BA

Tints of Persian Pink #DA81BA

Color information

#DA81BA (or 0xDA81BA) is unknown color: approx Persian Pink. HEX triplet: DA, 81 and BA. RGB value is (218,129,186). Sum of RGB (Red+Green+Blue) = 218+129+186=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81BA is #257E45. Grayscale: #A1A1A1. Windows color (decimal): -2457158 or 12222938. OLE color: 12222938.

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

Color convert

RGB218129186-
CMYK00.410.150.15
HSL321.57º54.6%68.04%-
HSV(B)321.57º40.83%85.49%-
XYZ45.6334.1550.64-
YUV162.11141.49167.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.90%
GREEN value IS 129 (50.78% from 255) = 24.20%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=40.90%
G=24.20%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812918600.410.150.15321.5754.668.04
HexDA81BA029FF1423744
Octal332201272051171750267104
Binary1101101010000001101110100101001111111111010000101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA81BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA81BA; }

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

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

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

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

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

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

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

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