#D8494F

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

Shades of Mandy #D8494F

Tints of Mandy #D8494F

Color information

#D8494F (or 0xD8494F) is unknown color: approx Mandy. HEX triplet: D8, 49 and 4F. RGB value is (216,73,79). Sum of RGB (Red+Green+Blue) = 216+73+79=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D8494F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8494F is #27B6B0. Grayscale: #747474. Windows color (decimal): -2602673 or 5196248. OLE color: 5196248.

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

Color convert

RGB2167379-
CMYK00.660.630.15
HSL357.48º64.71%56.67%-
HSV(B)357.48º66.2%84.71%-
XYZ32.1119.939.55-
YUV116.44106.88199.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 58.70%
GREEN value IS 73 (28.91% from 255) = 19.84%
BLUE value IS 79 (31.25% from 255) = 21.47%
R=58.70%
G=19.84%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216737900.660.630.15357.4864.7156.67
HexD8494F0423FF1654139
Octal3301111170102771754510171
Binary11011000100100110011110100001011111111111011001011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8494F; }

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

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

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

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

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

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

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

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