#DB80BB

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

Shades of Persian Pink #DB80BB

Tints of Persian Pink #DB80BB

Color information

#DB80BB (or 0xDB80BB) is unknown color: approx Persian Pink. HEX triplet: DB, 80 and BB. RGB value is (219,128,187). Sum of RGB (Red+Green+Blue) = 219+128+187=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80BB is #247F44. Grayscale: #A1A1A1. Windows color (decimal): -2391877 or 12288219. OLE color: 12288219.

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

Color convert

RGB219128187-
CMYK00.420.150.14
HSL321.1º55.83%68.04%-
HSV(B)321.1º41.55%85.88%-
XYZ45.934.0951.17-
YUV161.94142.15168.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.01%
GREEN value IS 128 (50.39% from 255) = 23.97%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=41.01%
G=23.97%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912818700.420.150.14321.155.8368.04
HexDB80BB02AFE1413844
Octal333200273052171650170104
Binary1101101110000000101110110101010111111101010000011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB80BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB80BB; }

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

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

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

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

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

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

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

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