#D764A1

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

Shades of Hopbush #D764A1

Tints of Hopbush #D764A1

Color information

#D764A1 (or 0xD764A1) is unknown color: approx Hopbush. HEX triplet: D7, 64 and A1. RGB value is (215,100,161). Sum of RGB (Red+Green+Blue) = 215+100+161=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D764A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D764A1 is #289B5E. Grayscale: #8D8D8D. Windows color (decimal): -2661215 or 10577111. OLE color: 10577111.

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

Color convert

RGB215100161-
CMYK00.530.250.16
HSL328.17º58.97%61.76%-
HSV(B)328.17º53.49%84.31%-
XYZ39.0126.1336.71-
YUV141.34139.1180.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.17%
GREEN value IS 100 (39.45% from 255) = 21.01%
BLUE value IS 161 (63.28% from 255) = 33.82%
R=45.17%
G=21.01%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510016100.530.250.16328.1758.9761.76
HexD764A103519101483b3e
Octal32714424106531205107376
Binary1101011111001001010000101101011100110000101001000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D764A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D764A1; }

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

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

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

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

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

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

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

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