#DB58AA

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

Shades of Hopbush #DB58AA

Tints of Hopbush #DB58AA

Color information

#DB58AA (or 0xDB58AA) is unknown color: approx Hopbush. HEX triplet: DB, 58 and AA. RGB value is (219,88,170). Sum of RGB (Red+Green+Blue) = 219+88+170=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB58AA is #24A755. Grayscale: #888888. Windows color (decimal): -2402134 or 11163867. OLE color: 11163867.

HSL color Cylindrical-coordinate representation of color #DB58AA: hue angle of 322.44º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB58AA is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB21988170-
CMYK00.600.220.14
HSL322.44º64.53%60.2%-
HSV(B)322.44º59.82%85.88%-
XYZ39.9624.9440.74-
YUV136.52146.9186.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.91%
GREEN value IS 88 (34.77% from 255) = 18.45%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=45.91%
G=18.45%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198817000.600.220.14322.4464.5360.2
HexDB58AA03C16E142413c
Octal333130252074261650210174
Binary1101101110110001010101001111001011011101010000101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB58AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB58AA; }

 p { color: rgb(219,88,170); }

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

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

 a { background-color: rgb(219,88,170); }

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

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

 span { border-color: rgb(219,88,170); }

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