#D765A9

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

Shades of Hopbush #D765A9

Tints of Hopbush #D765A9

Color information

#D765A9 (or 0xD765A9) is unknown color: approx Hopbush. HEX triplet: D7, 65 and A9. RGB value is (215,101,169). Sum of RGB (Red+Green+Blue) = 215+101+169=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D765A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D765A9 is #289A56. Grayscale: #8E8E8E. Windows color (decimal): -2660951 or 11101655. OLE color: 11101655.

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

Color convert

RGB215101169-
CMYK00.530.210.16
HSL324.21º58.76%61.96%-
HSV(B)324.21º53.02%84.31%-
XYZ39.8426.6240.57-
YUV142.84142.77179.47-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.33%
GREEN value IS 101 (39.84% from 255) = 20.82%
BLUE value IS 169 (66.41% from 255) = 34.85%
R=44.33%
G=20.82%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510116900.530.210.16324.2158.7661.96
HexD765A903515101443b3e
Octal32714525106525205047376
Binary1101011111001011010100101101011010110000101000100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D765A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D765A9; }

 p { color: rgb(215,101,169); }

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

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

 a { background-color: rgb(215,101,169); }

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

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

 span { border-color: rgb(215,101,169); }

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