#dd575c

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

Shades of Mandy #DD575C

Tints of Mandy #DD575C

Color information

#DD575C (or 0xDD575C) is unknown color: approx Mandy. HEX triplet: DD, 57 and 5C. RGB value is (221,87,92). Sum of RGB (Red+Green+Blue) = 221+87+92=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD575C is #22A8A3. Grayscale: #7F7F7F. Windows color (decimal): -2271396 or 6051805. OLE color: 6051805.

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

Color convert

RGB2218792-
CMYK00.610.580.13
HSL357.76º66.34%60.39%-
HSV(B)357.76º60.63%86.67%-
XYZ35.1622.9612.7-
YUV127.64107.89194.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.25%
GREEN value IS 87 (34.38% from 255) = 21.75%
BLUE value IS 92 (36.33% from 255) = 23%
R=55.25%
G=21.75%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221879200.610.580.13357.7666.3460.39
HexDD575C03D3AD166423c
Octal335127134075721554610274
Binary1101110110101111011100011110111101011011011001101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd575c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd575c; }

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

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

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

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

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

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

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

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