#D85B93

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

Shades of Hopbush #D85B93

Tints of Hopbush #D85B93

Color information

#D85B93 (or 0xD85B93) is unknown color: approx Hopbush. HEX triplet: D8, 5B and 93. RGB value is (216,91,147). Sum of RGB (Red+Green+Blue) = 216+91+147=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85B93 is #27A46C. Grayscale: #868686. Windows color (decimal): -2597997 or 9657304. OLE color: 9657304.

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

Color convert

RGB21691147-
CMYK00.580.320.15
HSL333.12º61.58%60.2%-
HSV(B)333.12º57.87%84.71%-
XYZ37.3324.1930.31-
YUV134.76134.91185.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.58%
GREEN value IS 91 (35.94% from 255) = 20.04%
BLUE value IS 147 (57.81% from 255) = 32.38%
R=47.58%
G=20.04%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169114700.580.320.15333.1261.5860.2
HexD85B9303A20F14d3e3c
Octal33013322307240175157674
Binary1101100010110111001001101110101000001111101001101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85B93; }

 p { color: rgb(216,91,147); }

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

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

 a { background-color: rgb(216,91,147); }

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

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

 span { border-color: rgb(216,91,147); }

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