#DB60A4

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

Shades of Hopbush #DB60A4

Tints of Hopbush #DB60A4

Color information

#DB60A4 (or 0xDB60A4) is unknown color: approx Hopbush. HEX triplet: DB, 60 and A4. RGB value is (219,96,164). Sum of RGB (Red+Green+Blue) = 219+96+164=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB60A4 is #249F5B. Grayscale: #8C8C8C. Windows color (decimal): -2400092 or 10772699. OLE color: 10772699.

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

Color convert

RGB21996164-
CMYK00.560.250.14
HSL326.83º63.08%61.76%-
HSV(B)326.83º56.16%85.88%-
XYZ40.126.1138.05-
YUV140.53141.25183.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.72%
GREEN value IS 96 (37.89% from 255) = 20.04%
BLUE value IS 164 (64.45% from 255) = 34.24%
R=45.72%
G=20.04%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199616400.560.250.14326.8363.0861.76
HexDB60A403819E1473f3e
Octal33314024407031165077776
Binary110110111100000101001000111000110011110101000111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB60A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB60A4; }

 p { color: rgb(219,96,164); }

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

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

 a { background-color: rgb(219,96,164); }

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

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

 span { border-color: rgb(219,96,164); }

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