#DD7074

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

Shades of Froly #DD7074

Tints of Froly #DD7074

Color information

#DD7074 (or 0xDD7074) is unknown color: approx Froly. HEX triplet: DD, 70 and 74. RGB value is (221,112,116). Sum of RGB (Red+Green+Blue) = 221+112+116=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7074 is #228F8B. Grayscale: #919191. Windows color (decimal): -2264972 or 7631069. OLE color: 7631069.

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

Color convert

RGB221112116-
CMYK00.490.480.13
HSL357.8º61.58%65.29%-
HSV(B)357.8º49.32%86.67%-
XYZ38.7728.2219.93-
YUV145.05111.61182.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.22%
GREEN value IS 112 (44.14% from 255) = 24.94%
BLUE value IS 116 (45.70% from 255) = 25.84%
R=49.22%
G=24.94%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111211600.490.480.13357.861.5865.29
HexDD707403130D1663e41
Octal335160164061601554676101
Binary1101110111100001110100011000111000011011011001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7074; }

 p { color: rgb(221,112,116); }

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

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

 a { background-color: rgb(221,112,116); }

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

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

 span { border-color: rgb(221,112,116); }

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