#D772AB

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

Shades of Hopbush #D772AB

Tints of Hopbush #D772AB

Color information

#D772AB (or 0xD772AB) is unknown color: approx Hopbush. HEX triplet: D7, 72 and AB. RGB value is (215,114,171). Sum of RGB (Red+Green+Blue) = 215+114+171=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D772AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D772AB is #288D54. Grayscale: #969696. Windows color (decimal): -2657621 or 11236055. OLE color: 11236055.

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

Color convert

RGB215114171-
CMYK00.470.200.16
HSL326.14º55.8%64.51%-
HSV(B)326.14º46.98%84.31%-
XYZ41.3929.4242.03-
YUV150.7139.46173.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43%
GREEN value IS 114 (44.92% from 255) = 22.8%
BLUE value IS 171 (67.19% from 255) = 34.2%
R=43%
G=22.8%
B=34.2%

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
Decimal21511417100.470.200.16326.1455.864.51
HexD772AB02F14101463841
Octal327162253057242050670101
Binary11010111111001010101011010111110100100001010001101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D772AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D772AB; }

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

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

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

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

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

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

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

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