#DB60AA

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

Shades of Hopbush #DB60AA

Tints of Hopbush #DB60AA

Color information

#DB60AA (or 0xDB60AA) is unknown color: approx Hopbush. HEX triplet: DB, 60 and AA. RGB value is (219,96,170). Sum of RGB (Red+Green+Blue) = 219+96+170=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB60AA is #249F55. Grayscale: #8D8D8D. Windows color (decimal): -2400086 or 11165915. OLE color: 11165915.

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

Color convert

RGB21996170-
CMYK00.560.220.14
HSL323.9º63.08%61.76%-
HSV(B)323.9º56.16%85.88%-
XYZ40.6526.3340.97-
YUV141.21144.25183.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.15%
GREEN value IS 96 (37.89% from 255) = 19.79%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=45.15%
G=19.79%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199617000.560.220.14323.963.0861.76
HexDB60AA03816E1443f3e
Octal33314025207026165047776
Binary110110111100000101010100111000101101110101000100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB60AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB60AA; }

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

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

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

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

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

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

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

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