#D775AC

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

Shades of Hopbush #D775AC

Tints of Hopbush #D775AC

Color information

#D775AC (or 0xD775AC) is unknown color: approx Hopbush. HEX triplet: D7, 75 and AC. RGB value is (215,117,172). Sum of RGB (Red+Green+Blue) = 215+117+172=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D775AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D775AC is #288A53. Grayscale: #989898. Windows color (decimal): -2656852 or 11302359. OLE color: 11302359.

HSL color Cylindrical-coordinate representation of color #D775AC: hue angle of 326.33º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D775AC is Cyan = 0, Magento = 0.46, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB215117172-
CMYK00.460.20.16
HSL326.33º55.06%65.1%-
HSV(B)326.33º45.58%84.31%-
XYZ41.8330.1542.64-
YUV152.57138.97172.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.66%
GREEN value IS 117 (46.09% from 255) = 23.21%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=42.66%
G=23.21%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511717200.460.20.16326.3355.0665.1
HexD775AC02E14101463741
Octal327165254056242050667101
Binary11010111111010110101100010111010100100001010001101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D775AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D775AC; }

 p { color: rgb(215,117,172); }

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

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

 a { background-color: rgb(215,117,172); }

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

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

 span { border-color: rgb(215,117,172); }

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