#DB78BA

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

Shades of Persian Pink #DB78BA

Tints of Persian Pink #DB78BA

Color information

#DB78BA (or 0xDB78BA) is unknown color: approx Persian Pink. HEX triplet: DB, 78 and BA. RGB value is (219,120,186). Sum of RGB (Red+Green+Blue) = 219+120+186=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78BA is #248745. Grayscale: #9C9C9C. Windows color (decimal): -2393926 or 12220635. OLE color: 12220635.

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

Color convert

RGB219120186-
CMYK00.450.150.14
HSL320º57.89%66.47%-
HSV(B)320º45.21%85.88%-
XYZ44.7932.0450.28-
YUV157.12144.3172.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.71%
GREEN value IS 120 (47.27% from 255) = 22.86%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=41.71%
G=22.86%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912018600.450.150.1432057.8966.47
HexDB78BA02DFE1403a42
Octal333170272055171650072102
Binary110110111111000101110100101101111111101010000001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB78BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB78BA; }

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

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

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

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

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

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

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

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