#DD5259

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

Shades of Mandy #DD5259

Tints of Mandy #DD5259

Color information

#DD5259 (or 0xDD5259) is unknown color: approx Mandy. HEX triplet: DD, 52 and 59. RGB value is (221,82,89). Sum of RGB (Red+Green+Blue) = 221+82+89=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5259 is #22ADA6. Grayscale: #7C7C7C. Windows color (decimal): -2272679 or 5853917. OLE color: 5853917.

HSL color Cylindrical-coordinate representation of color #DD5259: hue angle of 356.98º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5259 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB2218289-
CMYK00.630.600.13
HSL356.98º67.15%59.41%-
HSV(B)356.98º62.9%86.67%-
XYZ34.6422.1311.9-
YUV124.36108.05196.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.38%
GREEN value IS 82 (32.42% from 255) = 20.92%
BLUE value IS 89 (35.16% from 255) = 22.70%
R=56.38%
G=20.92%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221828900.630.600.13356.9867.1559.41
HexDD525903F3CD165433b
Octal335122131077741554510373
Binary1101110110100101011001011111111110011011011001011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5259; }

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

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

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

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

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

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

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

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