#DA68AC

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

Shades of Hopbush #DA68AC

Tints of Hopbush #DA68AC

Color information

#DA68AC (or 0xDA68AC) is unknown color: approx Hopbush. HEX triplet: DA, 68 and AC. RGB value is (218,104,172). Sum of RGB (Red+Green+Blue) = 218+104+172=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA68AC is #259753. Grayscale: #919191. Windows color (decimal): -2463572 or 11299034. OLE color: 11299034.

HSL color Cylindrical-coordinate representation of color #DA68AC: hue angle of 324.21º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA68AC is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB218104172-
CMYK00.520.210.15
HSL324.21º60.64%63.14%-
HSV(B)324.21º52.29%85.49%-
XYZ41.3127.7842.22-
YUV145.84142.77179.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.13%
GREEN value IS 104 (41.02% from 255) = 21.05%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=44.13%
G=21.05%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810417200.520.210.15324.2160.6463.14
HexDA68AC03415F1443d3f
Octal33215025406425175047577
Binary110110101101000101011000110100101011111101000100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA68AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA68AC; }

 p { color: rgb(218,104,172); }

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

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

 a { background-color: rgb(218,104,172); }

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

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

 span { border-color: rgb(218,104,172); }

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