#DD7D7E

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

Shades of Froly #DD7D7E

Tints of Froly #DD7D7E

Color information

#DD7D7E (or 0xDD7D7E) is unknown color: approx Froly. HEX triplet: DD, 7D and 7E. RGB value is (221,125,126). Sum of RGB (Red+Green+Blue) = 221+125+126=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D7E is #228281. Grayscale: #999999. Windows color (decimal): -2261634 or 8289757. OLE color: 8289757.

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

Color convert

RGB221125126-
CMYK00.430.430.13
HSL359.38º58.54%67.84%-
HSV(B)359.38º43.44%86.67%-
XYZ40.9231.5523.67-
YUV153.82112.3175.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 126 (49.61% from 255) = 26.69%
R=46.82%
G=26.48%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112512600.430.430.13359.3858.5467.84
HexDD7D7E02B2BD1673b44
Octal335175176053531554773104
Binary1101110111111011111110010101110101111011011001111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7D7E; }

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

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

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

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

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

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

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

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