#D85E9D

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

Shades of Hopbush #D85E9D

Tints of Hopbush #D85E9D

Color information

#D85E9D (or 0xD85E9D) is unknown color: approx Hopbush. HEX triplet: D8, 5E and 9D. RGB value is (216,94,157). Sum of RGB (Red+Green+Blue) = 216+94+157=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85E9D is #27A162. Grayscale: #898989. Windows color (decimal): -2597219 or 10313432. OLE color: 10313432.

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

Color convert

RGB21694157-
CMYK00.560.270.15
HSL329.02º61%60.78%-
HSV(B)329.02º56.48%84.71%-
XYZ38.4125.0434.71-
YUV137.66138.92183.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.25%
GREEN value IS 94 (37.11% from 255) = 20.13%
BLUE value IS 157 (61.72% from 255) = 33.62%
R=46.25%
G=20.13%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169415700.560.270.15329.026160.78
HexD85E9D0381BF1493d3d
Octal33013623507033175117575
Binary110110001011110100111010111000110111111101001001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85E9D; }

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

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

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

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

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

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

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

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