#D85E9C

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

Shades of Hopbush #D85E9C

Tints of Hopbush #D85E9C

Color information

#D85E9C (or 0xD85E9C) is unknown color: approx Hopbush. HEX triplet: D8, 5E and 9C. RGB value is (216,94,156). Sum of RGB (Red+Green+Blue) = 216+94+156=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85E9C is #27A163. Grayscale: #898989. Windows color (decimal): -2597220 or 10247896. OLE color: 10247896.

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

Color convert

RGB21694156-
CMYK00.560.280.15
HSL329.51º61%60.78%-
HSV(B)329.51º56.48%84.71%-
XYZ38.322534.26-
YUV137.55138.42183.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.35%
GREEN value IS 94 (37.11% from 255) = 20.17%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=46.35%
G=20.17%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169415600.560.280.15329.516160.78
HexD85E9C0381CF14a3d3d
Octal33013623407034175127575
Binary110110001011110100111000111000111001111101001010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85E9C; }

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

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

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

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

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

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

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

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