#DB60AC

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

Shades of Hopbush #DB60AC

Tints of Hopbush #DB60AC

Color information

#DB60AC (or 0xDB60AC) is unknown color: approx Hopbush. HEX triplet: DB, 60 and AC. RGB value is (219,96,172). Sum of RGB (Red+Green+Blue) = 219+96+172=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB60AC is #249F53. Grayscale: #8D8D8D. Windows color (decimal): -2400084 or 11296987. OLE color: 11296987.

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

Color convert

RGB21996172-
CMYK00.560.210.14
HSL322.93º63.08%61.76%-
HSV(B)322.93º56.16%85.88%-
XYZ40.8426.441.97-
YUV141.44145.25183.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.97%
GREEN value IS 96 (37.89% from 255) = 19.71%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=44.97%
G=19.71%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199617200.560.210.14322.9363.0861.76
HexDB60AC03815E1433f3e
Octal33314025407025165037776
Binary110110111100000101011000111000101011110101000011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB60AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB60AC; }

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

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

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

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

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

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

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

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