#DD7F80

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

Shades of Froly #DD7F80

Tints of Froly #DD7F80

Color information

#DD7F80 (or 0xDD7F80) is unknown color: approx Froly. HEX triplet: DD, 7F and 80. RGB value is (221,127,128). Sum of RGB (Red+Green+Blue) = 221+127+128=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F80 is #22807F. Grayscale: #9B9B9B. Windows color (decimal): -2261120 or 8421341. OLE color: 8421341.

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

Color convert

RGB221127128-
CMYK00.430.420.13
HSL359.36º58.02%68.24%-
HSV(B)359.36º42.53%86.67%-
XYZ41.332.1124.44-
YUV155.22112.64174.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 127 (50% from 255) = 26.68%
BLUE value IS 128 (50.39% from 255) = 26.89%
R=46.43%
G=26.68%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112712800.430.420.13359.3658.0268.24
HexDD7F8002B2AD1673a44
Octal335177200053521554772104
Binary11011101111111110000000010101110101011011011001111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7F80; }

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

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

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

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

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

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

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

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