#DD495E

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

Shades of Mandy #DD495E

Tints of Mandy #DD495E

Color information

#DD495E (or 0xDD495E) is unknown color: approx Mandy. HEX triplet: DD, 49 and 5E. RGB value is (221,73,94). Sum of RGB (Red+Green+Blue) = 221+73+94=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD495E is #22B6A1. Grayscale: #777777. Windows color (decimal): -2274978 or 6179293. OLE color: 6179293.

HSL color Cylindrical-coordinate representation of color #DD495E: hue angle of 351.49º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD495E is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB2217394-
CMYK00.670.570.13
HSL351.49º68.52%57.65%-
HSV(B)351.49º66.97%86.67%-
XYZ34.2220.9512.83-
YUV119.65113.53200.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.96%
GREEN value IS 73 (28.91% from 255) = 18.81%
BLUE value IS 94 (37.11% from 255) = 24.23%
R=56.96%
G=18.81%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221739400.670.570.13351.4968.5257.65
HexDD495E04339D15f453a
Octal3351111360103711553710572
Binary11011101100100110111100100001111100111011010111111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD495E; }

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

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

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

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

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

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

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

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