#D86595

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

Shades of Hopbush #D86595

Tints of Hopbush #D86595

Color information

#D86595 (or 0xD86595) is unknown color: approx Hopbush. HEX triplet: D8, 65 and 95. RGB value is (216,101,149). Sum of RGB (Red+Green+Blue) = 216+101+149=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D86595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86595 is #279A6A. Grayscale: #8C8C8C. Windows color (decimal): -2595435 or 9790936. OLE color: 9790936.

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

Color convert

RGB216101149-
CMYK00.530.310.15
HSL334.96º59.59%62.16%-
HSV(B)334.96º53.24%84.71%-
XYZ38.426.0831.44-
YUV140.86132.6181.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.35%
GREEN value IS 101 (39.84% from 255) = 21.67%
BLUE value IS 149 (58.59% from 255) = 31.97%
R=46.35%
G=21.67%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610114900.530.310.15334.9659.5962.16
HexD865950351FF14f3c3e
Octal33014522506537175177476
Binary110110001100101100101010110101111111111101001111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86595; }

 p { color: rgb(216,101,149); }

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

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

 a { background-color: rgb(216,101,149); }

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

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

 span { border-color: rgb(216,101,149); }

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