#D765A1

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

Shades of Hopbush #D765A1

Tints of Hopbush #D765A1

Color information

#D765A1 (or 0xD765A1) is unknown color: approx Hopbush. HEX triplet: D7, 65 and A1. RGB value is (215,101,161). Sum of RGB (Red+Green+Blue) = 215+101+161=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D765A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D765A1 is #289A5E. Grayscale: #8D8D8D. Windows color (decimal): -2660959 or 10577367. OLE color: 10577367.

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

Color convert

RGB215101161-
CMYK00.530.250.16
HSL328.42º58.76%61.96%-
HSV(B)328.42º53.02%84.31%-
XYZ39.1126.3336.74-
YUV141.93138.77180.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.07%
GREEN value IS 101 (39.84% from 255) = 21.17%
BLUE value IS 161 (63.28% from 255) = 33.75%
R=45.07%
G=21.17%
B=33.75%

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
Decimal21510116100.530.250.16328.4258.7661.96
HexD765A103519101483b3e
Octal32714524106531205107376
Binary1101011111001011010000101101011100110000101001000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D765A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D765A1; }

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

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

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

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

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

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

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

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