#D8478A

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

Shades of Mulberry #D8478A

Tints of Mulberry #D8478A

Color information

#D8478A (or 0xD8478A) is unknown color: approx Mulberry. HEX triplet: D8, 47 and 8A. RGB value is (216,71,138). Sum of RGB (Red+Green+Blue) = 216+71+138=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8478A is #27B875. Grayscale: #797979. Windows color (decimal): -2603126 or 9062360. OLE color: 9062360.

HSL color Cylindrical-coordinate representation of color #D8478A: hue angle of 332.28º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D8478A is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB21671138-
CMYK00.670.360.15
HSL332.28º65.02%56.27%-
HSV(B)332.28º67.13%84.71%-
XYZ35.1620.9426.23-
YUV121.99137.04195.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.82%
GREEN value IS 71 (28.12% from 255) = 16.71%
BLUE value IS 138 (54.30% from 255) = 32.47%
R=50.82%
G=16.71%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167113800.670.360.15332.2865.0256.27
HexD8478A04324F14c4138
Octal3301072120103441751410170
Binary110110001000111100010100100001110010011111010011001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8478A; }

 p { color: rgb(216,71,138); }

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

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

 a { background-color: rgb(216,71,138); }

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

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

 span { border-color: rgb(216,71,138); }

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