#DD585D

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

Shades of Mandy #DD585D

Tints of Mandy #DD585D

Color information

#DD585D (or 0xDD585D) is unknown color: approx Mandy. HEX triplet: DD, 58 and 5D. RGB value is (221,88,93). Sum of RGB (Red+Green+Blue) = 221+88+93=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD585D is #22A7A2. Grayscale: #808080. Windows color (decimal): -2271139 or 6117597. OLE color: 6117597.

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

Color convert

RGB2218893-
CMYK00.600.580.13
HSL357.74º66.17%60.59%-
HSV(B)357.74º60.18%86.67%-
XYZ35.2823.1412.96-
YUV128.34108.06194.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.98%
GREEN value IS 88 (34.77% from 255) = 21.89%
BLUE value IS 93 (36.72% from 255) = 23.13%
R=54.98%
G=21.89%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221889300.600.580.13357.7466.1760.59
HexDD585D03C3AD166423d
Octal335130135074721554610275
Binary1101110110110001011101011110011101011011011001101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD585D; }

 p { color: rgb(221,88,93); }

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

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

 a { background-color: rgb(221,88,93); }

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

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

 span { border-color: rgb(221,88,93); }

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