#DB77BB

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

Shades of Persian Pink #DB77BB

Tints of Persian Pink #DB77BB

Color information

#DB77BB (or 0xDB77BB) is unknown color: approx Persian Pink. HEX triplet: DB, 77 and BB. RGB value is (219,119,187). Sum of RGB (Red+Green+Blue) = 219+119+187=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB77BB is #248844. Grayscale: #9C9C9C. Windows color (decimal): -2394181 or 12285915. OLE color: 12285915.

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

Color convert

RGB219119187-
CMYK00.460.150.14
HSL319.2º58.14%66.27%-
HSV(B)319.2º45.66%85.88%-
XYZ44.7831.8450.8-
YUV156.65145.13172.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.71%
GREEN value IS 119 (46.88% from 255) = 22.67%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=41.71%
G=22.67%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911918700.460.150.14319.258.1466.27
HexDB77BB02EFE13f3a42
Octal333167273056171647772102
Binary110110111110111101110110101110111111101001111111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB77BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB77BB; }

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

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

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

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

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

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

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

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