#D76499

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

Shades of Hopbush #D76499

Tints of Hopbush #D76499

Color information

#D76499 (or 0xD76499) is unknown color: approx Hopbush. HEX triplet: D7, 64 and 99. RGB value is (215,100,153). Sum of RGB (Red+Green+Blue) = 215+100+153=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D76499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76499 is #289B66. Grayscale: #8C8C8C. Windows color (decimal): -2661223 or 10052823. OLE color: 10052823.

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

Color convert

RGB215100153-
CMYK00.530.290.16
HSL332.35º58.97%61.76%-
HSV(B)332.35º53.49%84.31%-
XYZ38.3325.8633.11-
YUV140.43135.1181.19-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.94%
GREEN value IS 100 (39.45% from 255) = 21.37%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=45.94%
G=21.37%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510015300.530.290.16332.3558.9761.76
HexD764990351D1014c3b3e
Octal32714423106535205147376
Binary1101011111001001001100101101011110110000101001100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76499; }

 p { color: rgb(215,100,153); }

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

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

 a { background-color: rgb(215,100,153); }

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

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

 span { border-color: rgb(215,100,153); }

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