#D85992

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

Shades of Hopbush #D85992

Tints of Hopbush #D85992

Color information

#D85992 (or 0xD85992) is unknown color: approx Hopbush. HEX triplet: D8, 59 and 92. RGB value is (216,89,146). Sum of RGB (Red+Green+Blue) = 216+89+146=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D85992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85992 is #27A66D. Grayscale: #858585. Windows color (decimal): -2598510 or 9591256. OLE color: 9591256.

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

Color convert

RGB21689146-
CMYK00.590.320.15
HSL333.07º61.95%59.8%-
HSV(B)333.07º58.8%84.71%-
XYZ37.0823.8229.84-
YUV133.47135.08186.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.89%
GREEN value IS 89 (35.16% from 255) = 19.73%
BLUE value IS 146 (57.42% from 255) = 32.37%
R=47.89%
G=19.73%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168914600.590.320.15333.0761.9559.8
HexD8599203B20F14d3e3c
Octal33013122207340175157674
Binary1101100010110011001001001110111000001111101001101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85992; }

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

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

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

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

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

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

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

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