#D85A98

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

Shades of Hopbush #D85A98

Tints of Hopbush #D85A98

Color information

#D85A98 (or 0xD85A98) is unknown color: approx Hopbush. HEX triplet: D8, 5A and 98. RGB value is (216,90,152). Sum of RGB (Red+Green+Blue) = 216+90+152=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85A98 is #27A567. Grayscale: #868686. Windows color (decimal): -2598248 or 9984728. OLE color: 9984728.

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

Color convert

RGB21690152-
CMYK00.580.300.15
HSL330.48º61.76%60%-
HSV(B)330.48º58.33%84.71%-
XYZ37.6424.1832.39-
YUV134.74137.74185.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.16%
GREEN value IS 90 (35.55% from 255) = 19.65%
BLUE value IS 152 (59.77% from 255) = 33.19%
R=47.16%
G=19.65%
B=33.19%

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
Decimal2169015200.580.300.15330.4861.7660
HexD85A9803A1EF14a3e3c
Octal33013223007236175127674
Binary110110001011010100110000111010111101111101001010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85A98; }

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

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

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

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

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

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

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

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