#DB5EA4

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

Shades of Hopbush #DB5EA4

Tints of Hopbush #DB5EA4

Color information

#DB5EA4 (or 0xDB5EA4) is unknown color: approx Hopbush. HEX triplet: DB, 5E and A4. RGB value is (219,94,164). Sum of RGB (Red+Green+Blue) = 219+94+164=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5EA4 is #24A15B. Grayscale: #8B8B8B. Windows color (decimal): -2400604 or 10772187. OLE color: 10772187.

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

Color convert

RGB21994164-
CMYK00.570.250.14
HSL326.4º63.45%61.37%-
HSV(B)326.4º57.08%85.88%-
XYZ39.9225.7537.99-
YUV139.35141.91184.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.91%
GREEN value IS 94 (37.11% from 255) = 19.71%
BLUE value IS 164 (64.45% from 255) = 34.38%
R=45.91%
G=19.71%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199416400.570.250.14326.463.4561.37
HexDB5EA403919E1463f3d
Octal33313624407131165067775
Binary110110111011110101001000111001110011110101000110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5EA4; }

 p { color: rgb(219,94,164); }

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

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

 a { background-color: rgb(219,94,164); }

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

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

 span { border-color: rgb(219,94,164); }

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