#DD5356

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

Shades of Mandy #DD5356

Tints of Mandy #DD5356

Color information

#DD5356 (or 0xDD5356) is unknown color: approx Mandy. HEX triplet: DD, 53 and 56. RGB value is (221,83,86). Sum of RGB (Red+Green+Blue) = 221+83+86=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5356 is #22ACA9. Grayscale: #7C7C7C. Windows color (decimal): -2272426 or 5657565. OLE color: 5657565.

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

Color convert

RGB2218386-
CMYK00.620.610.13
HSL358.7º66.99%59.61%-
HSV(B)358.7º62.44%86.67%-
XYZ34.5922.2311.27-
YUV124.6106.22196.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.67%
GREEN value IS 83 (32.81% from 255) = 21.28%
BLUE value IS 86 (33.98% from 255) = 22.05%
R=56.67%
G=21.28%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221838600.620.610.13358.766.9959.61
HexDD535603E3DD167433c
Octal335123126076751554710374
Binary1101110110100111010110011111011110111011011001111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5356; }

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

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

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

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

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

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

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

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