#DB80B5

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

Shades of Persian Pink #DB80B5

Tints of Persian Pink #DB80B5

Color information

#DB80B5 (or 0xDB80B5) is unknown color: approx Persian Pink. HEX triplet: DB, 80 and B5. RGB value is (219,128,181). Sum of RGB (Red+Green+Blue) = 219+128+181=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80B5 is #247F4A. Grayscale: #A1A1A1. Windows color (decimal): -2391883 or 11895003. OLE color: 11895003.

HSL color Cylindrical-coordinate representation of color #DB80B5: hue angle of 325.05º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB80B5 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB219128181-
CMYK00.420.170.14
HSL325.05º55.83%68.04%-
HSV(B)325.05º41.55%85.88%-
XYZ45.2733.8347.86-
YUV161.25139.15169.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.48%
GREEN value IS 128 (50.39% from 255) = 24.24%
BLUE value IS 181 (71.09% from 255) = 34.28%
R=41.48%
G=24.24%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912818100.420.170.14325.0555.8368.04
HexDB80B502A11E1453844
Octal333200265052211650570104
Binary11011011100000001011010101010101000111101010001011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB80B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB80B5; }

 p { color: rgb(219,128,181); }

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

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

 a { background-color: rgb(219,128,181); }

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

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

 span { border-color: rgb(219,128,181); }

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