#DB5AA8

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

Shades of Hopbush #DB5AA8

Tints of Hopbush #DB5AA8

Color information

#DB5AA8 (or 0xDB5AA8) is unknown color: approx Hopbush. HEX triplet: DB, 5A and A8. RGB value is (219,90,168). Sum of RGB (Red+Green+Blue) = 219+90+168=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5AA8 is #24A557. Grayscale: #898989. Windows color (decimal): -2401624 or 11033307. OLE color: 11033307.

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

Color convert

RGB21990168-
CMYK00.590.230.14
HSL323.72º64.18%60.59%-
HSV(B)323.72º58.9%85.88%-
XYZ39.9425.239.8-
YUV137.46145.24186.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.91%
GREEN value IS 90 (35.55% from 255) = 18.87%
BLUE value IS 168 (66.02% from 255) = 35.22%
R=45.91%
G=18.87%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199016800.590.230.14323.7264.1860.59
HexDB5AA803B17E144403d
Octal333132250073271650410075
Binary1101101110110101010100001110111011111101010001001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5AA8; }

 p { color: rgb(219,90,168); }

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

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

 a { background-color: rgb(219,90,168); }

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

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

 span { border-color: rgb(219,90,168); }

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