#DD5765

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

Shades of Mandy #DD5765

Tints of Mandy #DD5765

Color information

#DD5765 (or 0xDD5765) is unknown color: approx Mandy. HEX triplet: DD, 57 and 65. RGB value is (221,87,101). Sum of RGB (Red+Green+Blue) = 221+87+101=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5765 is #22A89A. Grayscale: #808080. Windows color (decimal): -2271387 or 6641629. OLE color: 6641629.

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

Color convert

RGB22187101-
CMYK00.610.540.13
HSL353.73º66.34%60.39%-
HSV(B)353.73º60.63%86.67%-
XYZ35.5823.1314.9-
YUV128.66112.39193.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.03%
GREEN value IS 87 (34.38% from 255) = 21.27%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=54.03%
G=21.27%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218710100.610.540.13353.7366.3460.39
HexDD576503D36D162423c
Octal335127145075661554210274
Binary1101110110101111100101011110111011011011011000101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5765; }

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

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

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

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

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

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

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

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