#DD7C80

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

Shades of Froly #DD7C80

Tints of Froly #DD7C80

Color information

#DD7C80 (or 0xDD7C80) is unknown color: approx Froly. HEX triplet: DD, 7C and 80. RGB value is (221,124,128). Sum of RGB (Red+Green+Blue) = 221+124+128=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7C80 is #22837F. Grayscale: #999999. Windows color (decimal): -2261888 or 8420573. OLE color: 8420573.

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

Color convert

RGB221124128-
CMYK00.440.420.13
HSL357.53º58.79%67.65%-
HSV(B)357.53º43.89%86.67%-
XYZ40.9231.3524.32-
YUV153.46113.64176.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.72%
GREEN value IS 124 (48.83% from 255) = 26.22%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=46.72%
G=26.22%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112412800.440.420.13357.5358.7967.65
HexDD7C8002C2AD1663b44
Octal335174200054521554673104
Binary11011101111110010000000010110010101011011011001101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7C80; }

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

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

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

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

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

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

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

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