#db77af

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

Shades of Persian Pink #DB77AF

Tints of Persian Pink #DB77AF

Color information

#DB77AF (or 0xDB77AF) is unknown color: approx Persian Pink. HEX triplet: DB, 77 and AF. RGB value is (219,119,175). Sum of RGB (Red+Green+Blue) = 219+119+175=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB77AF is #248850. Grayscale: #9B9B9B. Windows color (decimal): -2394193 or 11499483. OLE color: 11499483.

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

Color convert

RGB219119175-
CMYK00.460.200.14
HSL326.4º58.14%66.27%-
HSV(B)326.4º45.66%85.88%-
XYZ43.5531.3544.31-
YUV155.28139.13173.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.69%
GREEN value IS 119 (46.88% from 255) = 23.20%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=42.69%
G=23.20%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911917500.460.200.14326.458.1466.27
HexDB77AF02E14E1463a42
Octal333167257056241650672102
Binary1101101111101111010111101011101010011101010001101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db77af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db77af; }

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

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

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

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

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

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

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

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