#D85290

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

Shades of Mulberry #D85290

Tints of Mulberry #D85290

Color information

#D85290 (or 0xD85290) is unknown color: approx Mulberry. HEX triplet: D8, 52 and 90. RGB value is (216,82,144). Sum of RGB (Red+Green+Blue) = 216+82+144=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D85290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85290 is #27AD6F. Grayscale: #818181. Windows color (decimal): -2600304 or 9458392. OLE color: 9458392.

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

Color convert

RGB21682144-
CMYK00.620.330.15
HSL332.24º63.21%58.43%-
HSV(B)332.24º62.04%84.71%-
XYZ36.3722.6528.84-
YUV129.13136.39189.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.87%
GREEN value IS 82 (32.42% from 255) = 18.55%
BLUE value IS 144 (56.64% from 255) = 32.58%
R=48.87%
G=18.55%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168214400.620.330.15332.2463.2158.43
HexD8529003E21F14c3f3a
Octal33012222007641175147772
Binary1101100010100101001000001111101000011111101001100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85290; }

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

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

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

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

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

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

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

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