#D771AD

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

Shades of Hopbush #D771AD

Tints of Hopbush #D771AD

Color information

#D771AD (or 0xD771AD) is unknown color: approx Hopbush. HEX triplet: D7, 71 and AD. RGB value is (215,113,173). Sum of RGB (Red+Green+Blue) = 215+113+173=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D771AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D771AD is #288E52. Grayscale: #969696. Windows color (decimal): -2657875 or 11366871. OLE color: 11366871.

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

Color convert

RGB215113173-
CMYK00.470.200.16
HSL324.71º56.04%64.31%-
HSV(B)324.71º47.44%84.31%-
XYZ41.4729.2743-
YUV150.34140.79174.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.91%
GREEN value IS 113 (44.53% from 255) = 22.55%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=42.91%
G=22.55%
B=34.53%

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
Decimal21511317300.470.200.16324.7156.0464.31
HexD771AD02F14101453840
Octal327161255057242050570100
Binary11010111111000110101101010111110100100001010001011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D771AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D771AD; }

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

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

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

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

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

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

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

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