#D06796

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

Shades of Hopbush #D06796

Tints of Hopbush #D06796

Color information

#D06796 (or 0xD06796) is unknown color: approx Hopbush. HEX triplet: D0, 67 and 96. RGB value is (208,103,150). Sum of RGB (Red+Green+Blue) = 208+103+150=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D06796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06796 is #2F9869. Grayscale: #8B8B8B. Windows color (decimal): -3119210 or 9856976. OLE color: 9856976.

HSL color Cylindrical-coordinate representation of color #D06796: hue angle of 333.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06796 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB208103150-
CMYK00.500.280.18
HSL333.14º52.76%60.98%-
HSV(B)333.14º50.48%81.57%-
XYZ36.3725.3131.82-
YUV139.75133.79176.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.12%
GREEN value IS 103 (40.62% from 255) = 22.34%
BLUE value IS 150 (58.98% from 255) = 32.54%
R=45.12%
G=22.34%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810315000.500.280.18333.1452.7660.98
HexD067960321C1214d353d
Octal32014722606234225156575
Binary1101000011001111001011001100101110010010101001101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06796; }

 p { color: rgb(208,103,150); }

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

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

 a { background-color: rgb(208,103,150); }

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

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

 span { border-color: rgb(208,103,150); }

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