#DB78B8

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

Shades of Persian Pink #DB78B8

Tints of Persian Pink #DB78B8

Color information

#DB78B8 (or 0xDB78B8) is unknown color: approx Persian Pink. HEX triplet: DB, 78 and B8. RGB value is (219,120,184). Sum of RGB (Red+Green+Blue) = 219+120+184=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78B8 is #248747. Grayscale: #9C9C9C. Windows color (decimal): -2393928 or 12089563. OLE color: 12089563.

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

Color convert

RGB219120184-
CMYK00.450.160.14
HSL321.21º57.89%66.47%-
HSV(B)321.21º45.21%85.88%-
XYZ44.5831.9549.17-
YUV156.9143.3172.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.87%
GREEN value IS 120 (47.27% from 255) = 22.94%
BLUE value IS 184 (72.27% from 255) = 35.18%
R=41.87%
G=22.94%
B=35.18%

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
Decimal21912018400.450.160.14321.2157.8966.47
HexDB78B802D10E1413a42
Octal333170270055201650172102
Binary1101101111110001011100001011011000011101010000011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB78B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB78B8; }

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

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

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

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

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

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

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

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