#DB60A5

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

Shades of Hopbush #DB60A5

Tints of Hopbush #DB60A5

Color information

#DB60A5 (or 0xDB60A5) is unknown color: approx Hopbush. HEX triplet: DB, 60 and A5. RGB value is (219,96,165). Sum of RGB (Red+Green+Blue) = 219+96+165=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB60A5 is #249F5A. Grayscale: #8C8C8C. Windows color (decimal): -2400091 or 10838235. OLE color: 10838235.

HSL color Cylindrical-coordinate representation of color #DB60A5: hue angle of 326.34º 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 #DB60A5 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB21996165-
CMYK00.560.250.14
HSL326.34º63.08%61.76%-
HSV(B)326.34º56.16%85.88%-
XYZ40.1926.1438.53-
YUV140.64141.75183.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.62%
GREEN value IS 96 (37.89% from 255) = 20%
BLUE value IS 165 (64.84% from 255) = 34.38%
R=45.62%
G=20%
B=34.38%

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
Decimal2199616500.560.250.14326.3463.0861.76
HexDB60A503819E1463f3e
Octal33314024507031165067776
Binary110110111100000101001010111000110011110101000110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB60A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB60A5; }

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

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

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

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

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

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

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

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