#dd5964

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

Shades of Mandy #DD5964

Tints of Mandy #DD5964

Color information

#DD5964 (or 0xDD5964) is unknown color: approx Mandy. HEX triplet: DD, 59 and 64. RGB value is (221,89,100). Sum of RGB (Red+Green+Blue) = 221+89+100=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5964 is #22A69B. Grayscale: #818181. Windows color (decimal): -2270876 or 6576605. OLE color: 6576605.

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

Color convert

RGB22189100-
CMYK00.600.550.13
HSL355º66%60.78%-
HSV(B)355º59.73%86.67%-
XYZ35.6923.4414.7-
YUV129.72111.23193.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.90%
GREEN value IS 89 (35.16% from 255) = 21.71%
BLUE value IS 100 (39.45% from 255) = 24.39%
R=53.90%
G=21.71%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218910000.600.550.133556660.78
HexDD596403C37D163423d
Octal335131144074671554310275
Binary1101110110110011100100011110011011111011011000111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd5964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd5964; }

 p { color: rgb(221,89,100); }

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

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

 a { background-color: rgb(221,89,100); }

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

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

 span { border-color: rgb(221,89,100); }

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