#DA77BB

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

Shades of Persian Pink #DA77BB

Tints of Persian Pink #DA77BB

Color information

#DA77BB (or 0xDA77BB) is unknown color: approx Persian Pink. HEX triplet: DA, 77 and BB. RGB value is (218,119,187). Sum of RGB (Red+Green+Blue) = 218+119+187=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77BB is #258844. Grayscale: #9C9C9C. Windows color (decimal): -2459717 or 12285914. OLE color: 12285914.

HSL color Cylindrical-coordinate representation of color #DA77BB: hue angle of 318.79º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA77BB is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB218119187-
CMYK00.450.140.15
HSL318.79º57.23%66.08%-
HSV(B)318.79º45.41%85.49%-
XYZ44.4831.6950.79-
YUV156.35145.3171.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.60%
GREEN value IS 119 (46.88% from 255) = 22.71%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=41.60%
G=22.71%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811918700.450.140.15318.7957.2366.08
HexDA77BB02DEF13f3942
Octal332167273055161747771102
Binary110110101110111101110110101101111011111001111111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA77BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA77BB; }

 p { color: rgb(218,119,187); }

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

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

 a { background-color: rgb(218,119,187); }

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

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

 span { border-color: rgb(218,119,187); }

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