#D85497

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

Shades of Mulberry #D85497

Tints of Mulberry #D85497

Color information

#D85497 (or 0xD85497) is unknown color: approx Mulberry. HEX triplet: D8, 54 and 97. RGB value is (216,84,151). Sum of RGB (Red+Green+Blue) = 216+84+151=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D85497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85497 is #27AB68. Grayscale: #828282. Windows color (decimal): -2599785 or 9917656. OLE color: 9917656.

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

Color convert

RGB21684151-
CMYK00.610.300.15
HSL329.55º62.86%58.82%-
HSV(B)329.55º61.11%84.71%-
XYZ37.0823.1731.8-
YUV131.11139.23188.55-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.89%
GREEN value IS 84 (33.20% from 255) = 18.63%
BLUE value IS 151 (59.38% from 255) = 33.48%
R=47.89%
G=18.63%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168415100.610.300.15329.5562.8658.82
HexD8549703D1EF14a3f3b
Octal33012422707536175127773
Binary110110001010100100101110111101111101111101001010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85497; }

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

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

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

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

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

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

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

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