#DA81B9

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

Shades of Persian Pink #DA81B9

Tints of Persian Pink #DA81B9

Color information

#DA81B9 (or 0xDA81B9) is unknown color: approx Persian Pink. HEX triplet: DA, 81 and B9. RGB value is (218,129,185). Sum of RGB (Red+Green+Blue) = 218+129+185=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81B9 is #257E46. Grayscale: #A1A1A1. Windows color (decimal): -2457159 or 12157402. OLE color: 12157402.

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

Color convert

RGB218129185-
CMYK00.410.150.15
HSL322.25º54.6%68.04%-
HSV(B)322.25º40.83%85.49%-
XYZ45.5234.1150.08-
YUV162140.99167.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.98%
GREEN value IS 129 (50.78% from 255) = 24.25%
BLUE value IS 185 (72.66% from 255) = 34.77%
R=40.98%
G=24.25%
B=34.77%

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
Decimal21812918500.410.150.15322.2554.668.04
HexDA81B9029FF1423744
Octal332201271051171750267104
Binary1101101010000001101110010101001111111111010000101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA81B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA81B9; }

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

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

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

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

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

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

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

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