#D679B0

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

Shades of Hopbush #D679B0

Tints of Hopbush #D679B0

Color information

#D679B0 (or 0xD679B0) is unknown color: approx Hopbush. HEX triplet: D6, 79 and B0. RGB value is (214,121,176). Sum of RGB (Red+Green+Blue) = 214+121+176=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D679B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D679B0 is #29864F. Grayscale: #9A9A9A. Windows color (decimal): -2721360 or 11565526. OLE color: 11565526.

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

Color convert

RGB214121176-
CMYK00.430.180.16
HSL324.52º53.14%65.69%-
HSV(B)324.52º43.46%83.92%-
XYZ42.4131.1144.84-
YUV155.08139.81170.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 121 (47.66% from 255) = 23.68%
BLUE value IS 176 (69.14% from 255) = 34.44%
R=41.88%
G=23.68%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412117600.430.180.16324.5253.1465.69
HexD679B002B12101453542
Octal326171260053222050565102
Binary11010110111100110110000010101110010100001010001011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D679B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D679B0; }

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

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

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

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

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

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

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

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