#DB79B1

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

Shades of Persian Pink #DB79B1

Tints of Persian Pink #DB79B1

Color information

#DB79B1 (or 0xDB79B1) is unknown color: approx Persian Pink. HEX triplet: DB, 79 and B1. RGB value is (219,121,177). Sum of RGB (Red+Green+Blue) = 219+121+177=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB79B1 is #24864E. Grayscale: #9C9C9C. Windows color (decimal): -2393679 or 11631067. OLE color: 11631067.

HSL color Cylindrical-coordinate representation of color #DB79B1: hue angle of 325.71º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB79B1 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB219121177-
CMYK00.450.190.14
HSL325.71º57.65%66.67%-
HSV(B)325.71º44.75%85.88%-
XYZ43.9931.9145.44-
YUV156.69139.47172.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.36%
GREEN value IS 121 (47.66% from 255) = 23.40%
BLUE value IS 177 (69.53% from 255) = 34.24%
R=42.36%
G=23.40%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912117700.450.190.14325.7157.6566.67
HexDB79B102D13E1463a43
Octal333171261055231650672103
Binary1101101111110011011000101011011001111101010001101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB79B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB79B1; }

 p { color: rgb(219,121,177); }

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

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

 a { background-color: rgb(219,121,177); }

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

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

 span { border-color: rgb(219,121,177); }

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