#D85C91

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

Shades of Hopbush #D85C91

Tints of Hopbush #D85C91

Color information

#D85C91 (or 0xD85C91) is unknown color: approx Hopbush. HEX triplet: D8, 5C and 91. RGB value is (216,92,145). Sum of RGB (Red+Green+Blue) = 216+92+145=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85C91 is #27A36E. Grayscale: #878787. Windows color (decimal): -2597743 or 9526488. OLE color: 9526488.

HSL color Cylindrical-coordinate representation of color #D85C91: hue angle of 334.35º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85C91 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB21692145-
CMYK00.570.330.15
HSL334.35º61.39%60.39%-
HSV(B)334.35º57.41%84.71%-
XYZ37.2624.329.51-
YUV135.12133.58185.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.68%
GREEN value IS 92 (36.33% from 255) = 20.31%
BLUE value IS 145 (57.03% from 255) = 32.01%
R=47.68%
G=20.31%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169214500.570.330.15334.3561.3960.39
HexD85C9103921F14e3d3c
Octal33013422107141175167574
Binary1101100010111001001000101110011000011111101001110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85C91; }

 p { color: rgb(216,92,145); }

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

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

 a { background-color: rgb(216,92,145); }

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

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

 span { border-color: rgb(216,92,145); }

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