#D8478E

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

Shades of Mulberry #D8478E

Tints of Mulberry #D8478E

Color information

#D8478E (or 0xD8478E) is unknown color: approx Mulberry. HEX triplet: D8, 47 and 8E. RGB value is (216,71,142). Sum of RGB (Red+Green+Blue) = 216+71+142=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D8478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8478E is #27B871. Grayscale: #7A7A7A. Windows color (decimal): -2603122 or 9324504. OLE color: 9324504.

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

Color convert

RGB21671142-
CMYK00.670.340.15
HSL330.62º65.02%56.27%-
HSV(B)330.62º67.13%84.71%-
XYZ35.4521.0627.79-
YUV122.45139.04194.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.35%
GREEN value IS 71 (28.12% from 255) = 16.55%
BLUE value IS 142 (55.86% from 255) = 33.10%
R=50.35%
G=16.55%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167114200.670.340.15330.6265.0256.27
HexD8478E04322F14b4138
Octal3301072160103421751310170
Binary110110001000111100011100100001110001011111010010111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8478E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8478E; }

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

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

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

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

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

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

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

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