#D079A0

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

Shades of Hopbush #D079A0

Tints of Hopbush #D079A0

Color information

#D079A0 (or 0xD079A0) is unknown color: approx Hopbush. HEX triplet: D0, 79 and A0. RGB value is (208,121,160). Sum of RGB (Red+Green+Blue) = 208+121+160=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D079A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D079A0 is #2F865F. Grayscale: #979797. Windows color (decimal): -3114592 or 10516944. OLE color: 10516944.

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

Color convert

RGB208121160-
CMYK00.420.230.18
HSL333.1º48.07%64.51%-
HSV(B)333.1º41.83%81.57%-
XYZ39.1929.6236.91-
YUV151.46132.82168.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.54%
GREEN value IS 121 (47.66% from 255) = 24.74%
BLUE value IS 160 (62.89% from 255) = 32.72%
R=42.54%
G=24.74%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812116000.420.230.18333.148.0764.51
HexD079A002A171214d3041
Octal320171240052272251560101
Binary11010000111100110100000010101010111100101010011011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D079A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D079A0; }

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

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

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

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

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

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

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

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