#DB77B0

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

Shades of Persian Pink #DB77B0

Tints of Persian Pink #DB77B0

Color information

#DB77B0 (or 0xDB77B0) is unknown color: approx Persian Pink. HEX triplet: DB, 77 and B0. RGB value is (219,119,176). Sum of RGB (Red+Green+Blue) = 219+119+176=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB77B0 is #24884F. Grayscale: #9B9B9B. Windows color (decimal): -2394192 or 11565019. OLE color: 11565019.

HSL color Cylindrical-coordinate representation of color #DB77B0: hue angle of 325.8º 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 #DB77B0 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB219119176-
CMYK00.460.200.14
HSL325.8º58.14%66.27%-
HSV(B)325.8º45.66%85.88%-
XYZ43.6531.3944.83-
YUV155.4139.63173.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.61%
GREEN value IS 119 (46.88% from 255) = 23.15%
BLUE value IS 176 (69.14% from 255) = 34.24%
R=42.61%
G=23.15%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911917600.460.200.14325.858.1466.27
HexDB77B002E14E1463a42
Octal333167260056241650672102
Binary1101101111101111011000001011101010011101010001101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB77B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB77B0; }

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

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

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

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

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

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

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

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