#D85E99

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

Shades of Hopbush #D85E99

Tints of Hopbush #D85E99

Color information

#D85E99 (or 0xD85E99) is unknown color: approx Hopbush. HEX triplet: D8, 5E and 99. RGB value is (216,94,153). Sum of RGB (Red+Green+Blue) = 216+94+153=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85E99 is #27A166. Grayscale: #898989. Windows color (decimal): -2597223 or 10051288. OLE color: 10051288.

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

Color convert

RGB21694153-
CMYK00.560.290.15
HSL330.98º61%60.78%-
HSV(B)330.98º56.48%84.71%-
XYZ38.0724.932.94-
YUV137.2136.92184.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.65%
GREEN value IS 94 (37.11% from 255) = 20.30%
BLUE value IS 153 (60.16% from 255) = 33.05%
R=46.65%
G=20.30%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169415300.560.290.15330.986160.78
HexD85E990381DF14b3d3d
Octal33013623107035175137575
Binary110110001011110100110010111000111011111101001011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85E99; }

 p { color: rgb(216,94,153); }

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

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

 a { background-color: rgb(216,94,153); }

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

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

 span { border-color: rgb(216,94,153); }

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