#DB64A6

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

Shades of Hopbush #DB64A6

Tints of Hopbush #DB64A6

Color information

#DB64A6 (or 0xDB64A6) is unknown color: approx Hopbush. HEX triplet: DB, 64 and A6. RGB value is (219,100,166). Sum of RGB (Red+Green+Blue) = 219+100+166=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB64A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB64A6 is #249B59. Grayscale: #8E8E8E. Windows color (decimal): -2399066 or 10904795. OLE color: 10904795.

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

Color convert

RGB219100166-
CMYK00.540.240.14
HSL326.72º62.3%62.55%-
HSV(B)326.72º54.34%85.88%-
XYZ40.6526.9339.13-
YUV143.1140.92182.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.15%
GREEN value IS 100 (39.45% from 255) = 20.62%
BLUE value IS 166 (65.23% from 255) = 34.23%
R=45.15%
G=20.62%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910016600.540.240.14326.7262.362.55
HexDB64A603618E1473e3f
Octal33314424606630165077677
Binary110110111100100101001100110110110001110101000111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB64A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB64A6; }

 p { color: rgb(219,100,166); }

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

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

 a { background-color: rgb(219,100,166); }

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

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

 span { border-color: rgb(219,100,166); }

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