#D85991

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

Shades of Hopbush #D85991

Tints of Hopbush #D85991

Color information

#D85991 (or 0xD85991) is unknown color: approx Hopbush. HEX triplet: D8, 59 and 91. RGB value is (216,89,145). Sum of RGB (Red+Green+Blue) = 216+89+145=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D85991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85991 is #27A66E. Grayscale: #858585. Windows color (decimal): -2598511 or 9525720. OLE color: 9525720.

HSL color Cylindrical-coordinate representation of color #D85991: hue angle of 333.54º 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 #D85991 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB21689145-
CMYK00.590.330.15
HSL333.54º61.95%59.8%-
HSV(B)333.54º58.8%84.71%-
XYZ3723.7929.43-
YUV133.36134.58186.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48%
GREEN value IS 89 (35.16% from 255) = 19.78%
BLUE value IS 145 (57.03% from 255) = 32.22%
R=48%
G=19.78%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168914500.590.330.15333.5461.9559.8
HexD8599103B21F14e3e3c
Octal33013122107341175167674
Binary1101100010110011001000101110111000011111101001110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85991; }

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

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

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

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

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

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

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

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