#DD5F64

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

Shades of Mandy #DD5F64

Tints of Mandy #DD5F64

Color information

#DD5F64 (or 0xDD5F64) is unknown color: approx Mandy. HEX triplet: DD, 5F and 64. RGB value is (221,95,100). Sum of RGB (Red+Green+Blue) = 221+95+100=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5F64 is #22A09B. Grayscale: #858585. Windows color (decimal): -2269340 or 6578141. OLE color: 6578141.

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

Color convert

RGB22195100-
CMYK00.570.550.13
HSL357.62º64.95%61.96%-
HSV(B)357.62º57.01%86.67%-
XYZ36.2124.4814.87-
YUV133.24109.24190.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.12%
GREEN value IS 95 (37.5% from 255) = 22.84%
BLUE value IS 100 (39.45% from 255) = 24.04%
R=53.12%
G=22.84%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219510000.570.550.13357.6264.9561.96
HexDD5F6403937D166413e
Octal335137144071671554610176
Binary1101110110111111100100011100111011111011011001101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5F64; }

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

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

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

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

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

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

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

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