#D76896

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

Shades of Hopbush #D76896

Tints of Hopbush #D76896

Color information

#D76896 (or 0xD76896) is unknown color: approx Hopbush. HEX triplet: D7, 68 and 96. RGB value is (215,104,150). Sum of RGB (Red+Green+Blue) = 215+104+150=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D76896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76896 is #289769. Grayscale: #8E8E8E. Windows color (decimal): -2660202 or 9857239. OLE color: 9857239.

HSL color Cylindrical-coordinate representation of color #D76896: hue angle of 335.14º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D76896 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB215104150-
CMYK00.520.300.16
HSL335.14º58.12%62.55%-
HSV(B)335.14º51.63%84.31%-
XYZ38.4826.5531.95-
YUV142.43132.27179.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.84%
GREEN value IS 104 (41.02% from 255) = 22.17%
BLUE value IS 150 (58.98% from 255) = 31.98%
R=45.84%
G=22.17%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510415000.520.300.16335.1458.1262.55
HexD768960341E1014f3a3f
Octal32715022606436205177277
Binary1101011111010001001011001101001111010000101001111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76896; }

 p { color: rgb(215,104,150); }

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

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

 a { background-color: rgb(215,104,150); }

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

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

 span { border-color: rgb(215,104,150); }

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