#DB78B9

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

Shades of Persian Pink #DB78B9

Tints of Persian Pink #DB78B9

Color information

#DB78B9 (or 0xDB78B9) is unknown color: approx Persian Pink. HEX triplet: DB, 78 and B9. RGB value is (219,120,185). Sum of RGB (Red+Green+Blue) = 219+120+185=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78B9 is #248746. Grayscale: #9C9C9C. Windows color (decimal): -2393927 or 12155099. OLE color: 12155099.

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

Color convert

RGB219120185-
CMYK00.450.160.14
HSL320.61º57.89%66.47%-
HSV(B)320.61º45.21%85.88%-
XYZ44.693249.72-
YUV157.01143.8172.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.79%
GREEN value IS 120 (47.27% from 255) = 22.90%
BLUE value IS 185 (72.66% from 255) = 35.31%
R=41.79%
G=22.90%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912018500.450.160.14320.6157.8966.47
HexDB78B902D10E1413a42
Octal333170271055201650172102
Binary1101101111110001011100101011011000011101010000011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB78B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB78B9; }

 p { color: rgb(219,120,185); }

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

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

 a { background-color: rgb(219,120,185); }

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

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

 span { border-color: rgb(219,120,185); }

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