#D76392

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

Shades of Hopbush #D76392

Tints of Hopbush #D76392

Color information

#D76392 (or 0xD76392) is unknown color: approx Hopbush. HEX triplet: D7, 63 and 92. RGB value is (215,99,146). Sum of RGB (Red+Green+Blue) = 215+99+146=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D76392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76392 is #289C6D. Grayscale: #8A8A8A. Windows color (decimal): -2661486 or 9593815. OLE color: 9593815.

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

Color convert

RGB21599146-
CMYK00.540.320.16
HSL335.69º59.18%61.57%-
HSV(B)335.69º53.95%84.31%-
XYZ37.6725.4530.12-
YUV139.04131.93182.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.74%
GREEN value IS 99 (39.06% from 255) = 21.52%
BLUE value IS 146 (57.42% from 255) = 31.74%
R=46.74%
G=21.52%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159914600.540.320.16335.6959.1861.57
HexD7639203620101503b3e
Octal32714322206640205207376
Binary11010111110001110010010011011010000010000101010000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76392; }

 p { color: rgb(215,99,146); }

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

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

 a { background-color: rgb(215,99,146); }

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

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

 span { border-color: rgb(215,99,146); }

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