#D766A0

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

Shades of Hopbush #D766A0

Tints of Hopbush #D766A0

Color information

#D766A0 (or 0xD766A0) is unknown color: approx Hopbush. HEX triplet: D7, 66 and A0. RGB value is (215,102,160). Sum of RGB (Red+Green+Blue) = 215+102+160=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D766A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D766A0 is #28995F. Grayscale: #8E8E8E. Windows color (decimal): -2660704 or 10512087. OLE color: 10512087.

HSL color Cylindrical-coordinate representation of color #D766A0: hue angle of 329.2º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D766A0 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB215102160-
CMYK00.530.260.16
HSL329.2º58.55%62.16%-
HSV(B)329.2º52.56%84.31%-
XYZ39.1226.4936.31-
YUV142.4137.94179.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.07%
GREEN value IS 102 (40.23% from 255) = 21.38%
BLUE value IS 160 (62.89% from 255) = 33.54%
R=45.07%
G=21.38%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510216000.530.260.16329.258.5562.16
HexD766A00351A101493b3e
Octal32714624006532205117376
Binary1101011111001101010000001101011101010000101001001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D766A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D766A0; }

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

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

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

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

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

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

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

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