#DD6F79

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

Shades of Froly #DD6F79

Tints of Froly #DD6F79

Color information

#DD6F79 (or 0xDD6F79) is unknown color: approx Froly. HEX triplet: DD, 6F and 79. RGB value is (221,111,121). Sum of RGB (Red+Green+Blue) = 221+111+121=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6F79 is #229086. Grayscale: #919191. Windows color (decimal): -2265223 or 7958493. OLE color: 7958493.

HSL color Cylindrical-coordinate representation of color #DD6F79: hue angle of 354.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6F79 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB221111121-
CMYK00.500.450.13
HSL354.55º61.8%65.1%-
HSV(B)354.55º49.77%86.67%-
XYZ38.9528.1221.46-
YUV145.03114.44182.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 111 (43.75% from 255) = 24.50%
BLUE value IS 121 (47.66% from 255) = 26.71%
R=48.79%
G=24.50%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111112100.500.450.13354.5561.865.1
HexDD6F790322DD1633e41
Octal335157171062551554376101
Binary1101110111011111111001011001010110111011011000111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6F79; }

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

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

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

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

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

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

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

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