#D772AD

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

Shades of Hopbush #D772AD

Tints of Hopbush #D772AD

Color information

#D772AD (or 0xD772AD) is unknown color: approx Hopbush. HEX triplet: D7, 72 and AD. RGB value is (215,114,173). Sum of RGB (Red+Green+Blue) = 215+114+173=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D772AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D772AD is #288D52. Grayscale: #969696. Windows color (decimal): -2657619 or 11367127. OLE color: 11367127.

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

Color convert

RGB215114173-
CMYK00.470.200.16
HSL324.95º55.8%64.51%-
HSV(B)324.95º46.98%84.31%-
XYZ41.5829.543.04-
YUV150.92140.46173.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.83%
GREEN value IS 114 (44.92% from 255) = 22.71%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=42.83%
G=22.71%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511417300.470.200.16324.9555.864.51
HexD772AD02F14101453841
Octal327162255057242050570101
Binary11010111111001010101101010111110100100001010001011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D772AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D772AD; }

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

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

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

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

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

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

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

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