#D774AA

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

Shades of Hopbush #D774AA

Tints of Hopbush #D774AA

Color information

#D774AA (or 0xD774AA) is unknown color: approx Hopbush. HEX triplet: D7, 74 and AA. RGB value is (215,116,170). Sum of RGB (Red+Green+Blue) = 215+116+170=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D774AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D774AA is #288B55. Grayscale: #979797. Windows color (decimal): -2657110 or 11171031. OLE color: 11171031.

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

Color convert

RGB215116170-
CMYK00.460.210.16
HSL327.27º55.31%64.9%-
HSV(B)327.27º46.05%84.31%-
XYZ41.5329.8441.6-
YUV151.76138.3173.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.91%
GREEN value IS 116 (45.70% from 255) = 23.15%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=42.91%
G=23.15%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511617000.460.210.16327.2755.3164.9
HexD774AA02E15101473741
Octal327164252056252050767101
Binary11010111111010010101010010111010101100001010001111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D774AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D774AA; }

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

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

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

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

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

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

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

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