#d9494f

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

Shades of Mandy #D9494F

Tints of Mandy #D9494F

Color information

#D9494F (or 0xD9494F) is unknown color: approx Mandy. HEX triplet: D9, 49 and 4F. RGB value is (217,73,79). Sum of RGB (Red+Green+Blue) = 217+73+79=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D9494F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9494F is #26B6B0. Grayscale: #747474. Windows color (decimal): -2537137 or 5196249. OLE color: 5196249.

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

Color convert

RGB2177379-
CMYK00.660.640.15
HSL357.5º65.45%56.86%-
HSV(B)357.5º66.36%85.1%-
XYZ32.4120.089.57-
YUV116.74106.71199.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.81%
GREEN value IS 73 (28.91% from 255) = 19.78%
BLUE value IS 79 (31.25% from 255) = 21.41%
R=58.81%
G=19.78%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217737900.660.640.15357.565.4556.86
HexD9494F04240F1664139
Octal33111111701021001754610171
Binary110110011001001100111101000010100000011111011001101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9494f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9494f; }

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

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

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

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

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

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

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

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