#D764B1

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

Shades of Hopbush #D764B1

Tints of Hopbush #D764B1

Color information

#D764B1 (or 0xD764B1) is unknown color: approx Hopbush. HEX triplet: D7, 64 and B1. RGB value is (215,100,177). Sum of RGB (Red+Green+Blue) = 215+100+177=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D764B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D764B1 is #289B4E. Grayscale: #8E8E8E. Windows color (decimal): -2661199 or 11625687. OLE color: 11625687.

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

Color convert

RGB215100177-
CMYK00.530.180.16
HSL319.83º58.97%61.76%-
HSV(B)319.83º53.49%84.31%-
XYZ40.5226.7444.62-
YUV143.16147.1179.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.70%
GREEN value IS 100 (39.45% from 255) = 20.33%
BLUE value IS 177 (69.53% from 255) = 35.98%
R=43.70%
G=20.33%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510017700.530.180.16319.8358.9761.76
HexD764B103512101403b3e
Octal32714426106522205007376
Binary1101011111001001011000101101011001010000101000000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D764B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D764B1; }

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

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

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

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

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

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

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

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