#D759A1

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

Shades of Hopbush #D759A1

Tints of Hopbush #D759A1

Color information

#D759A1 (or 0xD759A1) is unknown color: approx Hopbush. HEX triplet: D7, 59 and A1. RGB value is (215,89,161). Sum of RGB (Red+Green+Blue) = 215+89+161=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D759A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D759A1 is #28A65E. Grayscale: #868686. Windows color (decimal): -2664031 or 10574295. OLE color: 10574295.

HSL color Cylindrical-coordinate representation of color #D759A1: hue angle of 325.71º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D759A1 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB21589161-
CMYK00.590.250.16
HSL325.71º61.17%59.61%-
HSV(B)325.71º58.6%84.31%-
XYZ38.0324.1736.38-
YUV134.88142.74185.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.24%
GREEN value IS 89 (35.16% from 255) = 19.14%
BLUE value IS 161 (63.28% from 255) = 34.62%
R=46.24%
G=19.14%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158916100.590.250.16325.7161.1759.61
HexD759A103B19101463d3c
Octal32713124107331205067574
Binary1101011110110011010000101110111100110000101000110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D759A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D759A1; }

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

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

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

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

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

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

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

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