#D8474D

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

Shades of Mandy #D8474D

Tints of Mandy #D8474D

Color information

#D8474D (or 0xD8474D) is unknown color: approx Mandy. HEX triplet: D8, 47 and 4D. RGB value is (216,71,77). Sum of RGB (Red+Green+Blue) = 216+71+77=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D8474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8474D is #27B8B2. Grayscale: #737373. Windows color (decimal): -2603187 or 5064664. OLE color: 5064664.

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

Color convert

RGB2167177-
CMYK00.670.640.15
HSL357.52º65.02%56.27%-
HSV(B)357.52º67.13%84.71%-
XYZ31.9119.649.13-
YUV115.04106.54200.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 59.34%
GREEN value IS 71 (28.12% from 255) = 19.51%
BLUE value IS 77 (30.47% from 255) = 21.15%
R=59.34%
G=19.51%
B=21.15%

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
Decimal216717700.670.640.15357.5265.0256.27
HexD8474D04340F1664138
Octal33010711501031001754610170
Binary110110001000111100110101000011100000011111011001101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8474D; }

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

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

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

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

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

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

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

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