#D85A97

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

Shades of Hopbush #D85A97

Tints of Hopbush #D85A97

Color information

#D85A97 (or 0xD85A97) is unknown color: approx Hopbush. HEX triplet: D8, 5A and 97. RGB value is (216,90,151). Sum of RGB (Red+Green+Blue) = 216+90+151=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85A97 is #27A568. Grayscale: #868686. Windows color (decimal): -2598249 or 9919192. OLE color: 9919192.

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

Color convert

RGB21690151-
CMYK00.580.300.15
HSL330.95º61.76%60%-
HSV(B)330.95º58.33%84.71%-
XYZ37.5624.1531.96-
YUV134.63137.24186.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.26%
GREEN value IS 90 (35.55% from 255) = 19.69%
BLUE value IS 151 (59.38% from 255) = 33.04%
R=47.26%
G=19.69%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169015100.580.300.15330.9561.7660
HexD85A9703A1EF14b3e3c
Octal33013222707236175137674
Binary110110001011010100101110111010111101111101001011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85A97; }

 p { color: rgb(216,90,151); }

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

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

 a { background-color: rgb(216,90,151); }

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

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

 span { border-color: rgb(216,90,151); }

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