#D773B1

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

Shades of Hopbush #D773B1

Tints of Hopbush #D773B1

Color information

#D773B1 (or 0xD773B1) is unknown color: approx Hopbush. HEX triplet: D7, 73 and B1. RGB value is (215,115,177). Sum of RGB (Red+Green+Blue) = 215+115+177=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D773B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D773B1 is #288C4E. Grayscale: #979797. Windows color (decimal): -2657359 or 11629527. OLE color: 11629527.

HSL color Cylindrical-coordinate representation of color #D773B1: hue angle of 322.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D773B1 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB215115177-
CMYK00.470.180.16
HSL322.8º55.56%64.71%-
HSV(B)322.8º46.51%84.31%-
XYZ42.0929.8845.14-
YUV151.97142.13172.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.41%
GREEN value IS 115 (45.31% from 255) = 22.68%
BLUE value IS 177 (69.53% from 255) = 34.91%
R=42.41%
G=22.68%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511517700.470.180.16322.855.5664.71
HexD773B102F12101433841
Octal327163261057222050370101
Binary11010111111001110110001010111110010100001010000111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D773B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D773B1; }

 p { color: rgb(215,115,177); }

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

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

 a { background-color: rgb(215,115,177); }

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

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

 span { border-color: rgb(215,115,177); }

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