#D76DA0

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

Shades of Hopbush #D76DA0

Tints of Hopbush #D76DA0

Color information

#D76DA0 (or 0xD76DA0) is unknown color: approx Hopbush. HEX triplet: D7, 6D and A0. RGB value is (215,109,160). Sum of RGB (Red+Green+Blue) = 215+109+160=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76DA0 is #28925F. Grayscale: #929292. Windows color (decimal): -2658912 or 10513879. OLE color: 10513879.

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

Color convert

RGB215109160-
CMYK00.490.260.16
HSL331.13º56.99%63.53%-
HSV(B)331.13º49.3%84.31%-
XYZ39.8427.9236.55-
YUV146.51135.62176.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.42%
GREEN value IS 109 (42.97% from 255) = 22.52%
BLUE value IS 160 (62.89% from 255) = 33.06%
R=44.42%
G=22.52%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510916000.490.260.16331.1356.9963.53
HexD76DA00311A1014b3940
Octal327155240061322051371100
Binary11010111110110110100000011000111010100001010010111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76DA0; }

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

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

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

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

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

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

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

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