#D765A6

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

Shades of Hopbush #D765A6

Tints of Hopbush #D765A6

Color information

#D765A6 (or 0xD765A6) is unknown color: approx Hopbush. HEX triplet: D7, 65 and A6. RGB value is (215,101,166). Sum of RGB (Red+Green+Blue) = 215+101+166=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D765A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D765A6 is #289A59. Grayscale: #8E8E8E. Windows color (decimal): -2660954 or 10905047. OLE color: 10905047.

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

Color convert

RGB215101166-
CMYK00.530.230.16
HSL325.79º58.76%61.96%-
HSV(B)325.79º53.02%84.31%-
XYZ39.5626.5139.11-
YUV142.5141.27179.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.61%
GREEN value IS 101 (39.84% from 255) = 20.95%
BLUE value IS 166 (65.23% from 255) = 34.44%
R=44.61%
G=20.95%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510116600.530.230.16325.7958.7661.96
HexD765A603517101463b3e
Octal32714524606527205067376
Binary1101011111001011010011001101011011110000101000110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D765A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D765A6; }

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

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

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

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

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

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

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

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