#DB79B3

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

Shades of Persian Pink #DB79B3

Tints of Persian Pink #DB79B3

Color information

#DB79B3 (or 0xDB79B3) is unknown color: approx Persian Pink. HEX triplet: DB, 79 and B3. RGB value is (219,121,179). Sum of RGB (Red+Green+Blue) = 219+121+179=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79B3 is #24864C. Grayscale: #9C9C9C. Windows color (decimal): -2393677 or 11762139. OLE color: 11762139.

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

Color convert

RGB219121179-
CMYK00.450.180.14
HSL324.49º57.65%66.67%-
HSV(B)324.49º44.75%85.88%-
XYZ44.1931.9946.49-
YUV156.91140.47172.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.20%
GREEN value IS 121 (47.66% from 255) = 23.31%
BLUE value IS 179 (70.31% from 255) = 34.49%
R=42.20%
G=23.31%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912117900.450.180.14324.4957.6566.67
HexDB79B302D12E1443a43
Octal333171263055221650472103
Binary1101101111110011011001101011011001011101010001001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB79B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB79B3; }

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

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

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

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

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

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

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

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