#DB5EA3

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

Shades of Hopbush #DB5EA3

Tints of Hopbush #DB5EA3

Color information

#DB5EA3 (or 0xDB5EA3) is unknown color: approx Hopbush. HEX triplet: DB, 5E and A3. RGB value is (219,94,163). Sum of RGB (Red+Green+Blue) = 219+94+163=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 163 (64.06% from 255 or 34.24% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5EA3 is #24A15C. Grayscale: #8B8B8B. Windows color (decimal): -2400605 or 10706651. OLE color: 10706651.

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

Color convert

RGB21994163-
CMYK00.570.260.14
HSL326.88º63.45%61.37%-
HSV(B)326.88º57.08%85.88%-
XYZ39.8325.7137.51-
YUV139.24141.41184.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.01%
GREEN value IS 94 (37.11% from 255) = 19.75%
BLUE value IS 163 (64.06% from 255) = 34.24%
R=46.01%
G=19.75%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199416300.570.260.14326.8863.4561.37
HexDB5EA30391AE1473f3d
Octal33313624307132165077775
Binary110110111011110101000110111001110101110101000111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5EA3; }

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

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

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

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

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

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

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

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