#D85B92

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

Shades of Hopbush #D85B92

Tints of Hopbush #D85B92

Color information

#D85B92 (or 0xD85B92) is unknown color: approx Hopbush. HEX triplet: D8, 5B and 92. RGB value is (216,91,146). Sum of RGB (Red+Green+Blue) = 216+91+146=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85B92 is #27A46D. Grayscale: #868686. Windows color (decimal): -2597998 or 9591768. OLE color: 9591768.

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

Color convert

RGB21691146-
CMYK00.580.320.15
HSL333.6º61.58%60.2%-
HSV(B)333.6º57.87%84.71%-
XYZ37.2524.1629.89-
YUV134.65134.41186.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.68%
GREEN value IS 91 (35.94% from 255) = 20.09%
BLUE value IS 146 (57.42% from 255) = 32.23%
R=47.68%
G=20.09%
B=32.23%

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
Decimal2169114600.580.320.15333.661.5860.2
HexD85B9203A20F14e3e3c
Octal33013322207240175167674
Binary1101100010110111001001001110101000001111101001110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85B92; }

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

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

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

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

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

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

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

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