#D772AE

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

Shades of Hopbush #D772AE

Tints of Hopbush #D772AE

Color information

#D772AE (or 0xD772AE) is unknown color: approx Hopbush. HEX triplet: D7, 72 and AE. RGB value is (215,114,174). Sum of RGB (Red+Green+Blue) = 215+114+174=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D772AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D772AE is #288D51. Grayscale: #969696. Windows color (decimal): -2657618 or 11432663. OLE color: 11432663.

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

Color convert

RGB215114174-
CMYK00.470.190.16
HSL324.36º55.8%64.51%-
HSV(B)324.36º46.98%84.31%-
XYZ41.6829.5443.55-
YUV151.04140.96173.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.74%
GREEN value IS 114 (44.92% from 255) = 22.66%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=42.74%
G=22.66%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511417400.470.190.16324.3655.864.51
HexD772AE02F13101443841
Octal327162256057232050470101
Binary11010111111001010101110010111110011100001010001001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D772AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D772AE; }

 p { color: rgb(215,114,174); }

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

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

 a { background-color: rgb(215,114,174); }

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

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

 span { border-color: rgb(215,114,174); }

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