#D85993

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

Shades of Hopbush #D85993

Tints of Hopbush #D85993

Color information

#D85993 (or 0xD85993) is unknown color: approx Hopbush. HEX triplet: D8, 59 and 93. RGB value is (216,89,147). Sum of RGB (Red+Green+Blue) = 216+89+147=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D85993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85993 is #27A66C. Grayscale: #858585. Windows color (decimal): -2598509 or 9656792. OLE color: 9656792.

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

Color convert

RGB21689147-
CMYK00.590.320.15
HSL332.6º61.95%59.8%-
HSV(B)332.6º58.8%84.71%-
XYZ37.1623.8530.25-
YUV133.58135.58186.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.79%
GREEN value IS 89 (35.16% from 255) = 19.69%
BLUE value IS 147 (57.81% from 255) = 32.52%
R=47.79%
G=19.69%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168914700.590.320.15332.661.9559.8
HexD8599303B20F14d3e3c
Octal33013122307340175157674
Binary1101100010110011001001101110111000001111101001101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85993; }

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

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

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

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

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

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

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

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