#D8474C

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

Shades of Mandy #D8474C

Tints of Mandy #D8474C

Color information

#D8474C (or 0xD8474C) is unknown color: approx Mandy. HEX triplet: D8, 47 and 4C. RGB value is (216,71,76). Sum of RGB (Red+Green+Blue) = 216+71+76=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D8474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8474C is #27B8B3. Grayscale: #737373. Windows color (decimal): -2603188 or 4999128. OLE color: 4999128.

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

Color convert

RGB2167176-
CMYK00.670.650.15
HSL357.93º65.02%56.27%-
HSV(B)357.93º67.13%84.71%-
XYZ31.8819.638.95-
YUV114.92106.04200.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 59.50%
GREEN value IS 71 (28.12% from 255) = 19.56%
BLUE value IS 76 (30.08% from 255) = 20.94%
R=59.50%
G=19.56%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216717600.670.650.15357.9365.0256.27
HexD8474C04341F1664138
Octal33010711401031011754610170
Binary110110001000111100110001000011100000111111011001101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8474C; }

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

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

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

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

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

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

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

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