#D8474E

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

Shades of Mandy #D8474E

Tints of Mandy #D8474E

Color information

#D8474E (or 0xD8474E) is unknown color: approx Mandy. HEX triplet: D8, 47 and 4E. RGB value is (216,71,78). Sum of RGB (Red+Green+Blue) = 216+71+78=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D8474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8474E is #27B8B1. Grayscale: #737373. Windows color (decimal): -2603186 or 5130200. OLE color: 5130200.

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

Color convert

RGB2167178-
CMYK00.670.640.15
HSL357.1º65.02%56.27%-
HSV(B)357.1º67.13%84.71%-
XYZ31.9519.669.32-
YUV115.15107.04199.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 59.18%
GREEN value IS 71 (28.12% from 255) = 19.45%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=59.18%
G=19.45%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216717800.670.640.15357.165.0256.27
HexD8474E04340F1654138
Octal33010711601031001754510170
Binary110110001000111100111001000011100000011111011001011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8474E; }

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

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

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

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

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

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

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

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