#DB80BC

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

Shades of Persian Pink #DB80BC

Tints of Persian Pink #DB80BC

Color information

#DB80BC (or 0xDB80BC) is unknown color: approx Persian Pink. HEX triplet: DB, 80 and BC. RGB value is (219,128,188). Sum of RGB (Red+Green+Blue) = 219+128+188=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80BC is #247F43. Grayscale: #A1A1A1. Windows color (decimal): -2391876 or 12353755. OLE color: 12353755.

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

Color convert

RGB219128188-
CMYK00.420.140.14
HSL320.44º55.83%68.04%-
HSV(B)320.44º41.55%85.88%-
XYZ46.0134.1351.74-
YUV162.05142.65168.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.93%
GREEN value IS 128 (50.39% from 255) = 23.93%
BLUE value IS 188 (73.83% from 255) = 35.14%
R=40.93%
G=23.93%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912818800.420.140.14320.4455.8368.04
HexDB80BC02AEE1403844
Octal333200274052161650070104
Binary1101101110000000101111000101010111011101010000001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB80BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB80BC; }

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

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

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

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

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

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

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

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