#D76796

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

Shades of Hopbush #D76796

Tints of Hopbush #D76796

Color information

#D76796 (or 0xD76796) is unknown color: approx Hopbush. HEX triplet: D7, 67 and 96. RGB value is (215,103,150). Sum of RGB (Red+Green+Blue) = 215+103+150=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D76796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76796 is #289869. Grayscale: #8D8D8D. Windows color (decimal): -2660458 or 9856983. OLE color: 9856983.

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

Color convert

RGB215103150-
CMYK00.520.300.16
HSL334.82º58.33%62.35%-
HSV(B)334.82º52.09%84.31%-
XYZ38.3826.3531.92-
YUV141.85132.61180.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.94%
GREEN value IS 103 (40.62% from 255) = 22.01%
BLUE value IS 150 (58.98% from 255) = 32.05%
R=45.94%
G=22.01%
B=32.05%

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
Decimal21510315000.520.300.16334.8258.3362.35
HexD767960341E1014f3a3e
Octal32714722606436205177276
Binary1101011111001111001011001101001111010000101001111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76796; }

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

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

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

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

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

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

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

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