#D85998

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

Shades of Hopbush #D85998

Tints of Hopbush #D85998

Color information

#D85998 (or 0xD85998) is unknown color: approx Hopbush. HEX triplet: D8, 59 and 98. RGB value is (216,89,152). Sum of RGB (Red+Green+Blue) = 216+89+152=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D85998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85998 is #27A667. Grayscale: #868686. Windows color (decimal): -2598504 or 9984472. OLE color: 9984472.

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

Color convert

RGB21689152-
CMYK00.590.300.15
HSL330.24º61.95%59.8%-
HSV(B)330.24º58.8%84.71%-
XYZ37.5624.0132.36-
YUV134.16138.08186.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.26%
GREEN value IS 89 (35.16% from 255) = 19.47%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=47.26%
G=19.47%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168915200.590.300.15330.2461.9559.8
HexD8599803B1EF14a3e3c
Octal33013123007336175127674
Binary110110001011001100110000111011111101111101001010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85998; }

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

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

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

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

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

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

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

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