#DD777E

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

Shades of Froly #DD777E

Tints of Froly #DD777E

Color information

#DD777E (or 0xDD777E) is unknown color: approx Froly. HEX triplet: DD, 77 and 7E. RGB value is (221,119,126). Sum of RGB (Red+Green+Blue) = 221+119+126=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD777E is #228881. Grayscale: #969696. Windows color (decimal): -2263170 or 8288221. OLE color: 8288221.

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

Color convert

RGB221119126-
CMYK00.460.430.13
HSL355.88º60%66.67%-
HSV(B)355.88º46.15%86.67%-
XYZ40.1830.0723.43-
YUV150.3114.29178.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.42%
GREEN value IS 119 (46.88% from 255) = 25.54%
BLUE value IS 126 (49.61% from 255) = 27.04%
R=47.42%
G=25.54%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111912600.460.430.13355.886066.67
HexDD777E02E2BD1643c43
Octal335167176056531554474103
Binary1101110111101111111110010111010101111011011001001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD777E; }

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

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

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

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

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

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

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

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