#D774A6

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

Shades of Hopbush #D774A6

Tints of Hopbush #D774A6

Color information

#D774A6 (or 0xD774A6) is unknown color: approx Hopbush. HEX triplet: D7, 74 and A6. RGB value is (215,116,166). Sum of RGB (Red+Green+Blue) = 215+116+166=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D774A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D774A6 is #288B59. Grayscale: #979797. Windows color (decimal): -2657114 or 10908887. OLE color: 10908887.

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

Color convert

RGB215116166-
CMYK00.460.230.16
HSL329.7º55.31%64.9%-
HSV(B)329.7º46.05%84.31%-
XYZ41.1529.6939.64-
YUV151.3136.3173.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.26%
GREEN value IS 116 (45.70% from 255) = 23.34%
BLUE value IS 166 (65.23% from 255) = 33.40%
R=43.26%
G=23.34%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511616600.460.230.16329.755.3164.9
HexD774A602E171014a3741
Octal327164246056272051267101
Binary11010111111010010100110010111010111100001010010101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D774A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D774A6; }

 p { color: rgb(215,116,166); }

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

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

 a { background-color: rgb(215,116,166); }

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

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

 span { border-color: rgb(215,116,166); }

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