#DB81BA

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

Shades of Persian Pink #DB81BA

Tints of Persian Pink #DB81BA

Color information

#DB81BA (or 0xDB81BA) is unknown color: approx Persian Pink. HEX triplet: DB, 81 and BA. RGB value is (219,129,186). Sum of RGB (Red+Green+Blue) = 219+129+186=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81BA is #247E45. Grayscale: #A2A2A2. Windows color (decimal): -2391622 or 12222939. OLE color: 12222939.

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

Color convert

RGB219129186-
CMYK00.410.150.14
HSL322º55.56%68.24%-
HSV(B)322º41.1%85.88%-
XYZ45.9334.3150.66-
YUV162.41141.32168.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.01%
GREEN value IS 129 (50.78% from 255) = 24.16%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=41.01%
G=24.16%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912918600.410.150.1432255.5668.24
HexDB81BA029FE1423844
Octal333201272051171650270104
Binary1101101110000001101110100101001111111101010000101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB81BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB81BA; }

 p { color: rgb(219,129,186); }

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

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

 a { background-color: rgb(219,129,186); }

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

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

 span { border-color: rgb(219,129,186); }

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