#D079AC

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

Shades of Hopbush #D079AC

Tints of Hopbush #D079AC

Color information

#D079AC (or 0xD079AC) is unknown color: approx Hopbush. HEX triplet: D0, 79 and AC. RGB value is (208,121,172). Sum of RGB (Red+Green+Blue) = 208+121+172=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D079AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D079AC is #2F8653. Grayscale: #989898. Windows color (decimal): -3114580 or 11303376. OLE color: 11303376.

HSL color Cylindrical-coordinate representation of color #D079AC: hue angle of 324.83º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D079AC is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB208121172-
CMYK00.420.170.18
HSL324.83º48.07%64.51%-
HSV(B)324.83º41.83%81.57%-
XYZ40.330.0642.71-
YUV152.83138.82167.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.52%
GREEN value IS 121 (47.66% from 255) = 24.15%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=41.52%
G=24.15%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812117200.420.170.18324.8348.0764.51
HexD079AC02A11121453041
Octal320171254052212250560101
Binary11010000111100110101100010101010001100101010001011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D079AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D079AC; }

 p { color: rgb(208,121,172); }

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

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

 a { background-color: rgb(208,121,172); }

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

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

 span { border-color: rgb(208,121,172); }

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