#D775AD

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

Shades of Hopbush #D775AD

Tints of Hopbush #D775AD

Color information

#D775AD (or 0xD775AD) is unknown color: approx Hopbush. HEX triplet: D7, 75 and AD. RGB value is (215,117,173). Sum of RGB (Red+Green+Blue) = 215+117+173=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D775AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D775AD is #288A52. Grayscale: #989898. Windows color (decimal): -2656851 or 11367895. OLE color: 11367895.

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

Color convert

RGB215117173-
CMYK00.460.200.16
HSL325.71º55.06%65.1%-
HSV(B)325.71º45.58%84.31%-
XYZ41.9330.1943.15-
YUV152.69139.47172.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.57%
GREEN value IS 117 (46.09% from 255) = 23.17%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=42.57%
G=23.17%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511717300.460.200.16325.7155.0665.1
HexD775AD02E14101463741
Octal327165255056242050667101
Binary11010111111010110101101010111010100100001010001101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D775AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D775AD; }

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

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

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

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

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

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

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

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