#D76EAA

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

Shades of Hopbush #D76EAA

Tints of Hopbush #D76EAA

Color information

#D76EAA (or 0xD76EAA) is unknown color: approx Hopbush. HEX triplet: D7, 6E and AA. RGB value is (215,110,170). Sum of RGB (Red+Green+Blue) = 215+110+170=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D76EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76EAA is #289155. Grayscale: #949494. Windows color (decimal): -2658646 or 11169495. OLE color: 11169495.

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

Color convert

RGB215110170-
CMYK00.490.210.16
HSL325.71º56.76%63.73%-
HSV(B)325.71º48.84%84.31%-
XYZ40.8628.541.38-
YUV148.23140.29175.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.43%
GREEN value IS 110 (43.36% from 255) = 22.22%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=43.43%
G=22.22%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511017000.490.210.16325.7156.7663.73
HexD76EAA03115101463940
Octal327156252061252050671100
Binary11010111110111010101010011000110101100001010001101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76EAA; }

 p { color: rgb(215,110,170); }

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

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

 a { background-color: rgb(215,110,170); }

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

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

 span { border-color: rgb(215,110,170); }

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