#DD7779

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

Shades of Froly #DD7779

Tints of Froly #DD7779

Color information

#DD7779 (or 0xDD7779) is unknown color: approx Froly. HEX triplet: DD, 77 and 79. RGB value is (221,119,121). Sum of RGB (Red+Green+Blue) = 221+119+121=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7779 is #228886. Grayscale: #959595. Windows color (decimal): -2263175 or 7960541. OLE color: 7960541.

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

Color convert

RGB221119121-
CMYK00.460.450.13
HSL358.82º60%66.67%-
HSV(B)358.82º46.15%86.67%-
XYZ39.8729.9521.77-
YUV149.73111.79178.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 119 (46.88% from 255) = 25.81%
BLUE value IS 121 (47.66% from 255) = 26.25%
R=47.94%
G=25.81%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111912100.460.450.13358.826066.67
HexDD777902E2DD1673c43
Octal335167171056551554774103
Binary1101110111101111111001010111010110111011011001111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7779; }

 p { color: rgb(221,119,121); }

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

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

 a { background-color: rgb(221,119,121); }

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

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

 span { border-color: rgb(221,119,121); }

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