#DD4F54

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

Shades of Mandy #DD4F54

Tints of Mandy #DD4F54

Color information

#DD4F54 (or 0xDD4F54) is unknown color: approx Mandy. HEX triplet: DD, 4F and 54. RGB value is (221,79,84). Sum of RGB (Red+Green+Blue) = 221+79+84=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F54 is #22B0AB. Grayscale: #7A7A7A. Windows color (decimal): -2273452 or 5525469. OLE color: 5525469.

HSL color Cylindrical-coordinate representation of color #DD4F54: hue angle of 357.89º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD4F54 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB2217984-
CMYK00.640.620.13
HSL357.89º67.62%58.82%-
HSV(B)357.89º64.25%86.67%-
XYZ34.2221.610.75-
YUV122.03106.54198.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.55%
GREEN value IS 79 (31.25% from 255) = 20.57%
BLUE value IS 84 (33.20% from 255) = 21.88%
R=57.55%
G=20.57%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221798400.640.620.13357.8967.6258.82
HexDD4F540403ED166443b
Octal3351171240100761554610473
Binary11011101100111110101000100000011111011011011001101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4F54; }

 p { color: rgb(221,79,84); }

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

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

 a { background-color: rgb(221,79,84); }

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

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

 span { border-color: rgb(221,79,84); }

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