#D76FAE

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

Shades of Hopbush #D76FAE

Tints of Hopbush #D76FAE

Color information

#D76FAE (or 0xD76FAE) is unknown color: approx Hopbush. HEX triplet: D7, 6F and AE. RGB value is (215,111,174). Sum of RGB (Red+Green+Blue) = 215+111+174=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76FAE is #289051. Grayscale: #959595. Windows color (decimal): -2658386 or 11431895. OLE color: 11431895.

HSL color Cylindrical-coordinate representation of color #D76FAE: hue angle of 323.65º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76FAE is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215111174-
CMYK00.480.190.16
HSL323.65º56.52%63.92%-
HSV(B)323.65º48.37%84.31%-
XYZ41.3528.8743.44-
YUV149.28141.96174.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43%
GREEN value IS 111 (43.75% from 255) = 22.2%
BLUE value IS 174 (68.36% from 255) = 34.8%
R=43%
G=22.2%
B=34.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511117400.480.190.16323.6556.5263.92
HexD76FAE03013101443940
Octal327157256060232050471100
Binary11010111110111110101110011000010011100001010001001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76FAE; }

 p { color: rgb(215,111,174); }

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

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

 a { background-color: rgb(215,111,174); }

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

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

 span { border-color: rgb(215,111,174); }

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