#DB76B4

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

Shades of Persian Pink #DB76B4

Tints of Persian Pink #DB76B4

Color information

#DB76B4 (or 0xDB76B4) is unknown color: approx Persian Pink. HEX triplet: DB, 76 and B4. RGB value is (219,118,180). Sum of RGB (Red+Green+Blue) = 219+118+180=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76B4 is #24894B. Grayscale: #9B9B9B. Windows color (decimal): -2394444 or 11826907. OLE color: 11826907.

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

Color convert

RGB219118180-
CMYK00.460.180.14
HSL323.17º58.38%66.08%-
HSV(B)323.17º46.12%85.88%-
XYZ43.9331.3146.91-
YUV155.27141.96173.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.36%
GREEN value IS 118 (46.48% from 255) = 22.82%
BLUE value IS 180 (70.70% from 255) = 34.82%
R=42.36%
G=22.82%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911818000.460.180.14323.1758.3866.08
HexDB76B402E12E1433a42
Octal333166264056221650372102
Binary1101101111101101011010001011101001011101010000111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB76B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB76B4; }

 p { color: rgb(219,118,180); }

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

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

 a { background-color: rgb(219,118,180); }

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

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

 span { border-color: rgb(219,118,180); }

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