#DD4F53

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

Shades of Mandy #DD4F53

Tints of Mandy #DD4F53

Color information

#DD4F53 (or 0xDD4F53) is unknown color: approx Mandy. HEX triplet: DD, 4F and 53. RGB value is (221,79,83). Sum of RGB (Red+Green+Blue) = 221+79+83=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F53 is #22B0AC. Grayscale: #7A7A7A. Windows color (decimal): -2273453 or 5459933. OLE color: 5459933.

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

Color convert

RGB2217983-
CMYK00.640.620.13
HSL358.31º67.62%58.82%-
HSV(B)358.31º64.25%86.67%-
XYZ34.1821.5910.55-
YUV121.91106.04198.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.70%
GREEN value IS 79 (31.25% from 255) = 20.63%
BLUE value IS 83 (32.81% from 255) = 21.67%
R=57.70%
G=20.63%
B=21.67%

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
Decimal221798300.640.620.13358.3167.6258.82
HexDD4F530403ED166443b
Octal3351171230100761554610473
Binary11011101100111110100110100000011111011011011001101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4F53; }

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

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

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

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

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

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

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

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