#DD757C

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

Shades of Froly #DD757C

Tints of Froly #DD757C

Color information

#DD757C (or 0xDD757C) is unknown color: approx Froly. HEX triplet: DD, 75 and 7C. RGB value is (221,117,124). Sum of RGB (Red+Green+Blue) = 221+117+124=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD757C is #228A83. Grayscale: #949494. Windows color (decimal): -2263684 or 8156637. OLE color: 8156637.

HSL color Cylindrical-coordinate representation of color #DD757C: hue angle of 355.96º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD757C is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB221117124-
CMYK00.470.440.13
HSL355.96º60.47%66.27%-
HSV(B)355.96º47.06%86.67%-
XYZ39.8229.5522.67-
YUV148.89113.96179.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.84%
GREEN value IS 117 (46.09% from 255) = 25.32%
BLUE value IS 124 (48.83% from 255) = 26.84%
R=47.84%
G=25.32%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111712400.470.440.13355.9660.4766.27
HexDD757C02F2CD1643c42
Octal335165174057541554474102
Binary1101110111101011111100010111110110011011011001001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD757C; }

 p { color: rgb(221,117,124); }

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

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

 a { background-color: rgb(221,117,124); }

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

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

 span { border-color: rgb(221,117,124); }

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