#DB77B1

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

Shades of Persian Pink #DB77B1

Tints of Persian Pink #DB77B1

Color information

#DB77B1 (or 0xDB77B1) is unknown color: approx Persian Pink. HEX triplet: DB, 77 and B1. RGB value is (219,119,177). Sum of RGB (Red+Green+Blue) = 219+119+177=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB77B1 is #24884E. Grayscale: #9B9B9B. Windows color (decimal): -2394191 or 11630555. OLE color: 11630555.

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

Color convert

RGB219119177-
CMYK00.460.190.14
HSL325.2º58.14%66.27%-
HSV(B)325.2º45.66%85.88%-
XYZ43.7531.4345.36-
YUV155.51140.13173.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.52%
GREEN value IS 119 (46.88% from 255) = 23.11%
BLUE value IS 177 (69.53% from 255) = 34.37%
R=42.52%
G=23.11%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911917700.460.190.14325.258.1466.27
HexDB77B102E13E1453a42
Octal333167261056231650572102
Binary1101101111101111011000101011101001111101010001011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB77B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB77B1; }

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

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

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

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

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

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

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

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