#DD445C

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

Shades of Mandy #DD445C

Tints of Mandy #DD445C

Color information

#DD445C (or 0xDD445C) is unknown color: approx Mandy. HEX triplet: DD, 44 and 5C. RGB value is (221,68,92). Sum of RGB (Red+Green+Blue) = 221+68+92=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD445C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD445C is #22BBA3. Grayscale: #747474. Windows color (decimal): -2276260 or 6046941. OLE color: 6046941.

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

Color convert

RGB2216892-
CMYK00.690.580.13
HSL350.59º69.23%56.67%-
HSV(B)350.59º69.23%86.67%-
XYZ33.8220.2812.26-
YUV116.48114.19202.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.01%
GREEN value IS 68 (26.95% from 255) = 17.85%
BLUE value IS 92 (36.33% from 255) = 24.15%
R=58.01%
G=17.85%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221689200.690.580.13350.5969.2356.67
HexDD445C0453AD15f4539
Octal3351041340105721553710571
Binary11011101100010010111000100010111101011011010111111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD445C; }

 p { color: rgb(221,68,92); }

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

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

 a { background-color: rgb(221,68,92); }

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

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

 span { border-color: rgb(221,68,92); }

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