#DB59A7

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

Shades of Hopbush #DB59A7

Tints of Hopbush #DB59A7

Color information

#DB59A7 (or 0xDB59A7) is unknown color: approx Hopbush. HEX triplet: DB, 59 and A7. RGB value is (219,89,167). Sum of RGB (Red+Green+Blue) = 219+89+167=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB59A7 is #24A658. Grayscale: #888888. Windows color (decimal): -2401881 or 10967515. OLE color: 10967515.

HSL color Cylindrical-coordinate representation of color #DB59A7: hue angle of 324º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB59A7 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB21989167-
CMYK00.590.240.14
HSL324º64.36%60.39%-
HSV(B)324º59.36%85.88%-
XYZ39.7624.9939.29-
YUV136.76145.07186.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.11%
GREEN value IS 89 (35.16% from 255) = 18.74%
BLUE value IS 167 (65.62% from 255) = 35.16%
R=46.11%
G=18.74%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198916700.590.240.1432464.3660.39
HexDB59A703B18E144403c
Octal333131247073301650410074
Binary1101101110110011010011101110111100011101010001001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB59A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB59A7; }

 p { color: rgb(219,89,167); }

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

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

 a { background-color: rgb(219,89,167); }

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

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

 span { border-color: rgb(219,89,167); }

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