#D85E98

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

Shades of Hopbush #D85E98

Tints of Hopbush #D85E98

Color information

#D85E98 (or 0xD85E98) is unknown color: approx Hopbush. HEX triplet: D8, 5E and 98. RGB value is (216,94,152). Sum of RGB (Red+Green+Blue) = 216+94+152=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85E98 is #27A167. Grayscale: #888888. Windows color (decimal): -2597224 or 9985752. OLE color: 9985752.

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

Color convert

RGB21694152-
CMYK00.560.300.15
HSL331.48º61%60.78%-
HSV(B)331.48º56.48%84.71%-
XYZ37.9924.8732.5-
YUV137.09136.42184.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.75%
GREEN value IS 94 (37.11% from 255) = 20.35%
BLUE value IS 152 (59.77% from 255) = 32.90%
R=46.75%
G=20.35%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169415200.560.300.15331.486160.78
HexD85E980381EF14b3d3d
Octal33013623007036175137575
Binary110110001011110100110000111000111101111101001011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85E98; }

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

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

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

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

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

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

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

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