#db5eae

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

Shades of Hopbush #DB5EAE

Tints of Hopbush #DB5EAE

Color information

#DB5EAE (or 0xDB5EAE) is unknown color: approx Hopbush. HEX triplet: DB, 5E and AE. RGB value is (219,94,174). Sum of RGB (Red+Green+Blue) = 219+94+174=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5EAE is #24A151. Grayscale: #8C8C8C. Windows color (decimal): -2400594 or 11427547. OLE color: 11427547.

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

Color convert

RGB21994174-
CMYK00.570.210.14
HSL321.6º63.45%61.37%-
HSV(B)321.6º57.08%85.88%-
XYZ40.8626.1242.93-
YUV140.5146.91184-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.97%
GREEN value IS 94 (37.11% from 255) = 19.30%
BLUE value IS 174 (68.36% from 255) = 35.73%
R=44.97%
G=19.30%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199417400.570.210.14321.663.4561.37
HexDB5EAE03915E1423f3d
Octal33313625607125165027775
Binary110110111011110101011100111001101011110101000010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db5eae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db5eae; }

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

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

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

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

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

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

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

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