#D775AE

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

Shades of Hopbush #D775AE

Tints of Hopbush #D775AE

Color information

#D775AE (or 0xD775AE) is unknown color: approx Hopbush. HEX triplet: D7, 75 and AE. RGB value is (215,117,174). Sum of RGB (Red+Green+Blue) = 215+117+174=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D775AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D775AE is #288A51. Grayscale: #989898. Windows color (decimal): -2656850 or 11433431. OLE color: 11433431.

HSL color Cylindrical-coordinate representation of color #D775AE: hue angle of 325.1º 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 #D775AE is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215117174-
CMYK00.460.190.16
HSL325.1º55.06%65.1%-
HSV(B)325.1º45.58%84.31%-
XYZ42.0330.2343.66-
YUV152.8139.97172.37-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.49%
GREEN value IS 117 (46.09% from 255) = 23.12%
BLUE value IS 174 (68.36% from 255) = 34.39%
R=42.49%
G=23.12%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511717400.460.190.16325.155.0665.1
HexD775AE02E13101453741
Octal327165256056232050567101
Binary11010111111010110101110010111010011100001010001011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D775AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D775AE; }

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

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

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

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

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

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

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

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