#DB62A0

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

Shades of Hopbush #DB62A0

Tints of Hopbush #DB62A0

Color information

#DB62A0 (or 0xDB62A0) is unknown color: approx Hopbush. HEX triplet: DB, 62 and A0. RGB value is (219,98,160). Sum of RGB (Red+Green+Blue) = 219+98+160=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB62A0 is #249D5F. Grayscale: #8D8D8D. Windows color (decimal): -2399584 or 10511067. OLE color: 10511067.

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

Color convert

RGB21998160-
CMYK00.550.270.14
HSL329.26º62.69%62.16%-
HSV(B)329.26º55.25%85.88%-
XYZ39.9326.3336.24-
YUV141.25138.59183.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.91%
GREEN value IS 98 (38.67% from 255) = 20.55%
BLUE value IS 160 (62.89% from 255) = 33.54%
R=45.91%
G=20.55%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199816000.550.270.14329.2662.6962.16
HexDB62A00371BE1493f3e
Octal33314224006733165117776
Binary110110111100010101000000110111110111110101001001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB62A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB62A0; }

 p { color: rgb(219,98,160); }

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

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

 a { background-color: rgb(219,98,160); }

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

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

 span { border-color: rgb(219,98,160); }

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