#D0779C

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

Shades of Hopbush #D0779C

Tints of Hopbush #D0779C

Color information

#D0779C (or 0xD0779C) is unknown color: approx Hopbush. HEX triplet: D0, 77 and 9C. RGB value is (208,119,156). Sum of RGB (Red+Green+Blue) = 208+119+156=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D0779C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0779C is #2F8863. Grayscale: #959595. Windows color (decimal): -3115108 or 10254288. OLE color: 10254288.

HSL color Cylindrical-coordinate representation of color #D0779C: hue angle of 335.06º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0779C is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB208119156-
CMYK00.430.250.18
HSL335.06º48.63%64.12%-
HSV(B)335.06º42.79%81.57%-
XYZ38.612935.02-
YUV149.83131.49169.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.06%
GREEN value IS 119 (46.88% from 255) = 24.64%
BLUE value IS 156 (61.33% from 255) = 32.30%
R=43.06%
G=24.64%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811915600.430.250.18335.0648.6364.12
HexD0779C02B191214f3140
Octal320167234053312251761100
Binary11010000111011110011100010101111001100101010011111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0779C; }

 p { color: rgb(208,119,156); }

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

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

 a { background-color: rgb(208,119,156); }

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

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

 span { border-color: rgb(208,119,156); }

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