#D679AD

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

Shades of Hopbush #D679AD

Tints of Hopbush #D679AD

Color information

#D679AD (or 0xD679AD) is unknown color: approx Hopbush. HEX triplet: D6, 79 and AD. RGB value is (214,121,173). Sum of RGB (Red+Green+Blue) = 214+121+173=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D679AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D679AD is #298652. Grayscale: #9A9A9A. Windows color (decimal): -2721363 or 11368918. OLE color: 11368918.

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

Color convert

RGB214121173-
CMYK00.430.190.16
HSL326.45º53.14%65.69%-
HSV(B)326.45º43.46%83.92%-
XYZ42.1130.9943.3-
YUV154.74138.31170.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 121 (47.66% from 255) = 23.82%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=42.13%
G=23.82%
B=34.06%

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
Decimal21412117300.430.190.16326.4553.1465.69
HexD679AD02B13101463542
Octal326171255053232050665102
Binary11010110111100110101101010101110011100001010001101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D679AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D679AD; }

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

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

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

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

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

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

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

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