#D679AE

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

Shades of Hopbush #D679AE

Tints of Hopbush #D679AE

Color information

#D679AE (or 0xD679AE) is unknown color: approx Hopbush. HEX triplet: D6, 79 and AE. RGB value is (214,121,174). Sum of RGB (Red+Green+Blue) = 214+121+174=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D679AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D679AE is #298651. Grayscale: #9A9A9A. Windows color (decimal): -2721362 or 11434454. OLE color: 11434454.

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

Color convert

RGB214121174-
CMYK00.430.190.16
HSL325.81º53.14%65.69%-
HSV(B)325.81º43.46%83.92%-
XYZ42.2131.0343.81-
YUV154.85138.81170.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 121 (47.66% from 255) = 23.77%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=42.04%
G=23.77%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412117400.430.190.16325.8153.1465.69
HexD679AE02B13101463542
Octal326171256053232050665102
Binary11010110111100110101110010101110011100001010001101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D679AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D679AE; }

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

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

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

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

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

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

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

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