#D677AE

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

Shades of Hopbush #D677AE

Tints of Hopbush #D677AE

Color information

#D677AE (or 0xD677AE) is unknown color: approx Hopbush. HEX triplet: D6, 77 and AE. RGB value is (214,119,174). Sum of RGB (Red+Green+Blue) = 214+119+174=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D677AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D677AE is #298851. Grayscale: #999999. Windows color (decimal): -2721874 or 11433942. OLE color: 11433942.

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

Color convert

RGB214119174-
CMYK00.440.190.16
HSL325.26º53.67%65.29%-
HSV(B)325.26º44.39%83.92%-
XYZ41.9730.5543.73-
YUV153.68139.47171.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.21%
GREEN value IS 119 (46.88% from 255) = 23.47%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=42.21%
G=23.47%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411917400.440.190.16325.2653.6765.29
HexD677AE02C13101453641
Octal326167256054232050566101
Binary11010110111011110101110010110010011100001010001011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D677AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D677AE; }

 p { color: rgb(214,119,174); }

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

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

 a { background-color: rgb(214,119,174); }

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

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

 span { border-color: rgb(214,119,174); }

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