#D76DAA

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

Shades of Hopbush #D76DAA

Tints of Hopbush #D76DAA

Color information

#D76DAA (or 0xD76DAA) is unknown color: approx Hopbush. HEX triplet: D7, 6D and AA. RGB value is (215,109,170). Sum of RGB (Red+Green+Blue) = 215+109+170=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76DAA is #289255. Grayscale: #939393. Windows color (decimal): -2658902 or 11169239. OLE color: 11169239.

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

Color convert

RGB215109170-
CMYK00.490.210.16
HSL325.47º56.99%63.53%-
HSV(B)325.47º49.3%84.31%-
XYZ40.7528.2941.34-
YUV147.65140.62176.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.52%
GREEN value IS 109 (42.97% from 255) = 22.06%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=43.52%
G=22.06%
B=34.41%

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
Decimal21510917000.490.210.16325.4756.9963.53
HexD76DAA03115101453940
Octal327155252061252050571100
Binary11010111110110110101010011000110101100001010001011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76DAA; }

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

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

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

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

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

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

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

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