#D76DA4

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

Shades of Hopbush #D76DA4

Tints of Hopbush #D76DA4

Color information

#D76DA4 (or 0xD76DA4) is unknown color: approx Hopbush. HEX triplet: D7, 6D and A4. RGB value is (215,109,164). Sum of RGB (Red+Green+Blue) = 215+109+164=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76DA4 is #28925B. Grayscale: #929292. Windows color (decimal): -2658908 or 10776023. OLE color: 10776023.

HSL color Cylindrical-coordinate representation of color #D76DA4: hue angle of 328.87º 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 #D76DA4 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB215109164-
CMYK00.490.240.16
HSL328.87º56.99%63.53%-
HSV(B)328.87º49.3%84.31%-
XYZ40.1928.0638.42-
YUV146.96137.62176.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.06%
GREEN value IS 109 (42.97% from 255) = 22.34%
BLUE value IS 164 (64.45% from 255) = 33.61%
R=44.06%
G=22.34%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510916400.490.240.16328.8756.9963.53
HexD76DA403118101493940
Octal327155244061302051171100
Binary11010111110110110100100011000111000100001010010011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76DA4; }

 p { color: rgb(215,109,164); }

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

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

 a { background-color: rgb(215,109,164); }

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

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

 span { border-color: rgb(215,109,164); }

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