#D86091

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

Shades of Hopbush #D86091

Tints of Hopbush #D86091

Color information

#D86091 (or 0xD86091) is unknown color: approx Hopbush. HEX triplet: D8, 60 and 91. RGB value is (216,96,145). Sum of RGB (Red+Green+Blue) = 216+96+145=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D86091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86091 is #279F6E. Grayscale: #898989. Windows color (decimal): -2596719 or 9527512. OLE color: 9527512.

HSL color Cylindrical-coordinate representation of color #D86091: hue angle of 335.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D86091 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB21696145-
CMYK00.560.330.15
HSL335.5º60.61%61.18%-
HSV(B)335.5º55.56%84.71%-
XYZ37.6125.0129.63-
YUV137.47132.26184.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.26%
GREEN value IS 96 (37.89% from 255) = 21.01%
BLUE value IS 145 (57.03% from 255) = 31.73%
R=47.26%
G=21.01%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169614500.560.330.15335.560.6161.18
HexD8609103821F1503d3d
Octal33014022107041175207575
Binary1101100011000001001000101110001000011111101010000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86091; }

 p { color: rgb(216,96,145); }

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

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

 a { background-color: rgb(216,96,145); }

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

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

 span { border-color: rgb(216,96,145); }

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