#DB5EA5

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

Shades of Hopbush #DB5EA5

Tints of Hopbush #DB5EA5

Color information

#DB5EA5 (or 0xDB5EA5) is unknown color: approx Hopbush. HEX triplet: DB, 5E and A5. RGB value is (219,94,165). Sum of RGB (Red+Green+Blue) = 219+94+165=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5EA5 is #24A15A. Grayscale: #8B8B8B. Windows color (decimal): -2400603 or 10837723. OLE color: 10837723.

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

Color convert

RGB21994165-
CMYK00.570.250.14
HSL325.92º63.45%61.37%-
HSV(B)325.92º57.08%85.88%-
XYZ40.0125.7838.47-
YUV139.47142.41184.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.82%
GREEN value IS 94 (37.11% from 255) = 19.67%
BLUE value IS 165 (64.84% from 255) = 34.52%
R=45.82%
G=19.67%
B=34.52%

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
Decimal2199416500.570.250.14325.9263.4561.37
HexDB5EA503919E1463f3d
Octal33313624507131165067775
Binary110110111011110101001010111001110011110101000110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5EA5; }

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

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

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

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

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

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

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

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