#D85090

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

Shades of Mulberry #D85090

Tints of Mulberry #D85090

Color information

#D85090 (or 0xD85090) is unknown color: approx Mulberry. HEX triplet: D8, 50 and 90. RGB value is (216,80,144). Sum of RGB (Red+Green+Blue) = 216+80+144=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D85090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85090 is #27AF6F. Grayscale: #7F7F7F. Windows color (decimal): -2600816 or 9457880. OLE color: 9457880.

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

Color convert

RGB21680144-
CMYK00.630.330.15
HSL331.76º63.55%58.04%-
HSV(B)331.76º62.96%84.71%-
XYZ36.2222.3528.79-
YUV127.96137.06190.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.09%
GREEN value IS 80 (31.64% from 255) = 18.18%
BLUE value IS 144 (56.64% from 255) = 32.73%
R=49.09%
G=18.18%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168014400.630.330.15331.7663.5558.04
HexD8509003F21F14c403a
Octal330120220077411751410072
Binary11011000101000010010000011111110000111111010011001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85090; }

 p { color: rgb(216,80,144); }

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

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

 a { background-color: rgb(216,80,144); }

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

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

 span { border-color: rgb(216,80,144); }

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