#DA60A6

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

Shades of Hopbush #DA60A6

Tints of Hopbush #DA60A6

Color information

#DA60A6 (or 0xDA60A6) is unknown color: approx Hopbush. HEX triplet: DA, 60 and A6. RGB value is (218,96,166). Sum of RGB (Red+Green+Blue) = 218+96+166=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA60A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA60A6 is #259F59. Grayscale: #8C8C8C. Windows color (decimal): -2465626 or 10903770. OLE color: 10903770.

HSL color Cylindrical-coordinate representation of color #DA60A6: hue angle of 325.57º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA60A6 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB21896166-
CMYK00.560.240.15
HSL325.57º62.24%61.57%-
HSV(B)325.57º55.96%85.49%-
XYZ39.9826.0238.99-
YUV140.46142.42183.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.42%
GREEN value IS 96 (37.89% from 255) = 20%
BLUE value IS 166 (65.23% from 255) = 34.58%
R=45.42%
G=20%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189616600.560.240.15325.5762.2461.57
HexDA60A603818F1463e3e
Octal33214024607030175067676
Binary110110101100000101001100111000110001111101000110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA60A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA60A6; }

 p { color: rgb(218,96,166); }

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

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

 a { background-color: rgb(218,96,166); }

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

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

 span { border-color: rgb(218,96,166); }

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