#DB78AE

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

Shades of Persian Pink #DB78AE

Tints of Persian Pink #DB78AE

Color information

#DB78AE (or 0xDB78AE) is unknown color: approx Persian Pink. HEX triplet: DB, 78 and AE. RGB value is (219,120,174). Sum of RGB (Red+Green+Blue) = 219+120+174=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB78AE is #248751. Grayscale: #9B9B9B. Windows color (decimal): -2393938 or 11434203. OLE color: 11434203.

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

Color convert

RGB219120174-
CMYK00.450.210.14
HSL327.27º57.89%66.47%-
HSV(B)327.27º45.21%85.88%-
XYZ43.5731.5543.84-
YUV155.76138.3173.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.69%
GREEN value IS 120 (47.27% from 255) = 23.39%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=42.69%
G=23.39%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912017400.450.210.14327.2757.8966.47
HexDB78AE02D15E1473a42
Octal333170256055251650772102
Binary1101101111110001010111001011011010111101010001111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB78AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB78AE; }

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

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

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

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

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

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

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

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