#da60af

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

Shades of Hopbush #DA60AF

Tints of Hopbush #DA60AF

Color information

#DA60AF (or 0xDA60AF) is unknown color: approx Hopbush. HEX triplet: DA, 60 and AF. RGB value is (218,96,175). Sum of RGB (Red+Green+Blue) = 218+96+175=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA60AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA60AF is #259F50. Grayscale: #8D8D8D. Windows color (decimal): -2465617 or 11493594. OLE color: 11493594.

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

Color convert

RGB21896175-
CMYK00.560.200.15
HSL321.15º62.24%61.57%-
HSV(B)321.15º55.96%85.49%-
XYZ40.8326.3743.49-
YUV141.48146.92182.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.58%
GREEN value IS 96 (37.89% from 255) = 19.63%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=44.58%
G=19.63%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189617500.560.200.15321.1562.2461.57
HexDA60AF03814F1413e3e
Octal33214025707024175017676
Binary110110101100000101011110111000101001111101000001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da60af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da60af; }

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

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

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

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

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

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

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

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