#DD7778

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

Shades of Froly #DD7778

Tints of Froly #DD7778

Color information

#DD7778 (or 0xDD7778) is unknown color: approx Froly. HEX triplet: DD, 77 and 78. RGB value is (221,119,120). Sum of RGB (Red+Green+Blue) = 221+119+120=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7778 is #228887. Grayscale: #959595. Windows color (decimal): -2263176 or 7895005. OLE color: 7895005.

HSL color Cylindrical-coordinate representation of color #DD7778: hue angle of 359.41º 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 #DD7778 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB221119120-
CMYK00.460.460.13
HSL359.41º60%66.67%-
HSV(B)359.41º46.15%86.67%-
XYZ39.8129.9221.45-
YUV149.61111.29178.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.04%
GREEN value IS 119 (46.88% from 255) = 25.87%
BLUE value IS 120 (47.27% from 255) = 26.09%
R=48.04%
G=25.87%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111912000.460.460.13359.416066.67
HexDD777802E2ED1673c43
Octal335167170056561554774103
Binary1101110111101111111000010111010111011011011001111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7778; }

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

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

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

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

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

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

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

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