#DB80C1

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

Shades of Persian Pink #DB80C1

Tints of Persian Pink #DB80C1

Color information

#DB80C1 (or 0xDB80C1) is unknown color: approx Persian Pink. HEX triplet: DB, 80 and C1. RGB value is (219,128,193). Sum of RGB (Red+Green+Blue) = 219+128+193=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80C1 is #247F3E. Grayscale: #A2A2A2. Windows color (decimal): -2391871 or 12681435. OLE color: 12681435.

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

Color convert

RGB219128193-
CMYK00.420.120.14
HSL317.14º55.83%68.04%-
HSV(B)317.14º41.55%85.88%-
XYZ46.5634.3554.63-
YUV162.62145.15168.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.56%
GREEN value IS 128 (50.39% from 255) = 23.70%
BLUE value IS 193 (75.78% from 255) = 35.74%
R=40.56%
G=23.70%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912819300.420.120.14317.1455.8368.04
HexDB80C102ACE13d3844
Octal333200301052141647570104
Binary1101101110000000110000010101010110011101001111011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB80C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB80C1; }

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

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

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

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

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

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

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

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