#D8495E

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

Shades of Mandy #D8495E

Tints of Mandy #D8495E

Color information

#D8495E (or 0xD8495E) is unknown color: approx Mandy. HEX triplet: D8, 49 and 5E. RGB value is (216,73,94). Sum of RGB (Red+Green+Blue) = 216+73+94=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D8495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8495E is #27B6A1. Grayscale: #767676. Windows color (decimal): -2602658 or 6179288. OLE color: 6179288.

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

Color convert

RGB2167394-
CMYK00.660.560.15
HSL351.19º64.71%56.67%-
HSV(B)351.19º66.2%84.71%-
XYZ32.7220.1712.76-
YUV118.15114.38197.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.40%
GREEN value IS 73 (28.91% from 255) = 19.06%
BLUE value IS 94 (37.11% from 255) = 24.54%
R=56.40%
G=19.06%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216739400.660.560.15351.1964.7156.67
HexD8495E04238F15f4139
Octal3301111360102701753710171
Binary11011000100100110111100100001011100011111010111111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8495E; }

 p { color: rgb(216,73,94); }

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

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

 a { background-color: rgb(216,73,94); }

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

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

 span { border-color: rgb(216,73,94); }

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