#D764A8

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

Shades of Hopbush #D764A8

Tints of Hopbush #D764A8

Color information

#D764A8 (or 0xD764A8) is unknown color: approx Hopbush. HEX triplet: D7, 64 and A8. RGB value is (215,100,168). Sum of RGB (Red+Green+Blue) = 215+100+168=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D764A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D764A8 is #289B57. Grayscale: #8D8D8D. Windows color (decimal): -2661208 or 11035863. OLE color: 11035863.

HSL color Cylindrical-coordinate representation of color #D764A8: hue angle of 324.52º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D764A8 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB215100168-
CMYK00.530.220.16
HSL324.52º58.97%61.76%-
HSV(B)324.52º53.49%84.31%-
XYZ39.6526.3940.05-
YUV142.14142.6179.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.51%
GREEN value IS 100 (39.45% from 255) = 20.70%
BLUE value IS 168 (66.02% from 255) = 34.78%
R=44.51%
G=20.70%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510016800.530.220.16324.5258.9761.76
HexD764A803516101453b3e
Octal32714425006526205057376
Binary1101011111001001010100001101011011010000101000101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D764A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D764A8; }

 p { color: rgb(215,100,168); }

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

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

 a { background-color: rgb(215,100,168); }

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

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

 span { border-color: rgb(215,100,168); }

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