#D85098

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

Shades of Mulberry #D85098

Tints of Mulberry #D85098

Color information

#D85098 (or 0xD85098) is unknown color: approx Mulberry. HEX triplet: D8, 50 and 98. RGB value is (216,80,152). Sum of RGB (Red+Green+Blue) = 216+80+152=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D85098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85098 is #27AF67. Grayscale: #808080. Windows color (decimal): -2600808 or 9982168. OLE color: 9982168.

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

Color convert

RGB21680152-
CMYK00.630.300.15
HSL328.24º63.55%58.04%-
HSV(B)328.24º62.96%84.71%-
XYZ36.8622.632.13-
YUV128.87141.06190.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.21%
GREEN value IS 80 (31.64% from 255) = 17.86%
BLUE value IS 152 (59.77% from 255) = 33.93%
R=48.21%
G=17.86%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168015200.630.300.15328.2463.5558.04
HexD8509803F1EF148403a
Octal330120230077361751010072
Binary1101100010100001001100001111111111011111010010001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85098; }

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

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

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

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

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

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

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

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