#DB78AF

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

Shades of Persian Pink #DB78AF

Tints of Persian Pink #DB78AF

Color information

#DB78AF (or 0xDB78AF) is unknown color: approx Persian Pink. HEX triplet: DB, 78 and AF. RGB value is (219,120,175). Sum of RGB (Red+Green+Blue) = 219+120+175=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB78AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB78AF is #248750. Grayscale: #9B9B9B. Windows color (decimal): -2393937 or 11499739. OLE color: 11499739.

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

Color convert

RGB219120175-
CMYK00.450.200.14
HSL326.67º57.89%66.47%-
HSV(B)326.67º45.21%85.88%-
XYZ43.6731.5944.35-
YUV155.87138.8173.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.61%
GREEN value IS 120 (47.27% from 255) = 23.35%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=42.61%
G=23.35%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912017500.450.200.14326.6757.8966.47
HexDB78AF02D14E1473a42
Octal333170257055241650772102
Binary1101101111110001010111101011011010011101010001111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB78AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB78AF; }

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

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

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

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

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

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

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

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