#DD5C5D

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

Shades of Mandy #DD5C5D

Tints of Mandy #DD5C5D

Color information

#DD5C5D (or 0xDD5C5D) is unknown color: approx Mandy. HEX triplet: DD, 5C and 5D. RGB value is (221,92,93). Sum of RGB (Red+Green+Blue) = 221+92+93=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5C5D is #22A3A2. Grayscale: #828282. Windows color (decimal): -2270115 or 6118621. OLE color: 6118621.

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

Color convert

RGB2219293-
CMYK00.580.580.13
HSL359.53º65.48%61.37%-
HSV(B)359.53º58.37%86.67%-
XYZ35.6223.8213.08-
YUV130.68106.74192.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.43%
GREEN value IS 92 (36.33% from 255) = 22.66%
BLUE value IS 93 (36.72% from 255) = 22.91%
R=54.43%
G=22.66%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221929300.580.580.13359.5365.4861.37
HexDD5C5D03A3AD168413d
Octal335134135072721555010175
Binary1101110110111001011101011101011101011011011010001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5C5D; }

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

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

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

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

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

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

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

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