#DD7174

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

Shades of Froly #DD7174

Tints of Froly #DD7174

Color information

#DD7174 (or 0xDD7174) is unknown color: approx Froly. HEX triplet: DD, 71 and 74. RGB value is (221,113,116). Sum of RGB (Red+Green+Blue) = 221+113+116=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7174 is #228E8B. Grayscale: #919191. Windows color (decimal): -2264716 or 7631325. OLE color: 7631325.

HSL color Cylindrical-coordinate representation of color #DD7174: hue angle of 358.33º degrees, saturation: 0.61, 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 #DD7174 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB221113116-
CMYK00.490.480.13
HSL358.33º61.36%65.49%-
HSV(B)358.33º48.87%86.67%-
XYZ38.8828.4419.96-
YUV145.63111.28181.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.11%
GREEN value IS 113 (44.53% from 255) = 25.11%
BLUE value IS 116 (45.70% from 255) = 25.78%
R=49.11%
G=25.11%
B=25.78%

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
Decimal22111311600.490.480.13358.3361.3665.49
HexDD717403130D1663d41
Octal335161164061601554675101
Binary1101110111100011110100011000111000011011011001101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7174; }

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

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

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

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

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

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

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

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