#DB82BF

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

Shades of Persian Pink #DB82BF

Tints of Persian Pink #DB82BF

Color information

#DB82BF (or 0xDB82BF) is unknown color: approx Persian Pink. HEX triplet: DB, 82 and BF. RGB value is (219,130,191). Sum of RGB (Red+Green+Blue) = 219+130+191=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82BF is #247D40. Grayscale: #A3A3A3. Windows color (decimal): -2391361 or 12550875. OLE color: 12550875.

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

Color convert

RGB219130191-
CMYK00.410.130.14
HSL318.88º55.28%68.43%-
HSV(B)318.88º40.64%85.88%-
XYZ46.634.7953.55-
YUV163.56143.49167.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.56%
GREEN value IS 130 (51.17% from 255) = 24.07%
BLUE value IS 191 (75% from 255) = 35.37%
R=40.56%
G=24.07%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913019100.410.130.14318.8855.2868.43
HexDB82BF029DE13f3744
Octal333202277051151647767104
Binary1101101110000010101111110101001110111101001111111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB82BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB82BF; }

 p { color: rgb(219,130,191); }

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

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

 a { background-color: rgb(219,130,191); }

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

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

 span { border-color: rgb(219,130,191); }

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