#D859A0

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

Shades of Hopbush #D859A0

Tints of Hopbush #D859A0

Color information

#D859A0 (or 0xD859A0) is unknown color: approx Hopbush. HEX triplet: D8, 59 and A0. RGB value is (216,89,160). Sum of RGB (Red+Green+Blue) = 216+89+160=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D859A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D859A0 is #27A65F. Grayscale: #868686. Windows color (decimal): -2598496 or 10508760. OLE color: 10508760.

HSL color Cylindrical-coordinate representation of color #D859A0: hue angle of 326.46º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D859A0 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB21689160-
CMYK00.590.260.15
HSL326.46º61.95%59.8%-
HSV(B)326.46º58.8%84.71%-
XYZ38.2424.2835.93-
YUV135.07142.08185.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.45%
GREEN value IS 89 (35.16% from 255) = 19.14%
BLUE value IS 160 (62.89% from 255) = 34.41%
R=46.45%
G=19.14%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168916000.590.260.15326.4661.9559.8
HexD859A003B1AF1463e3c
Octal33013124007332175067674
Binary110110001011001101000000111011110101111101000110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D859A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D859A0; }

 p { color: rgb(216,89,160); }

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

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

 a { background-color: rgb(216,89,160); }

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

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

 span { border-color: rgb(216,89,160); }

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