#DD7374

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

Shades of Froly #DD7374

Tints of Froly #DD7374

Color information

#DD7374 (or 0xDD7374) is unknown color: approx Froly. HEX triplet: DD, 73 and 74. RGB value is (221,115,116). Sum of RGB (Red+Green+Blue) = 221+115+116=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7374 is #228C8B. Grayscale: #929292. Windows color (decimal): -2264204 or 7631837. OLE color: 7631837.

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

Color convert

RGB221115116-
CMYK00.480.480.13
HSL359.43º60.92%65.88%-
HSV(B)359.43º47.96%86.67%-
XYZ39.128.8920.04-
YUV146.81110.62180.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.89%
GREEN value IS 115 (45.31% from 255) = 25.44%
BLUE value IS 116 (45.70% from 255) = 25.66%
R=48.89%
G=25.44%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111511600.480.480.13359.4360.9265.88
HexDD737403030D1673d42
Octal335163164060601554775102
Binary1101110111100111110100011000011000011011011001111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7374; }

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

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

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

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

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

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

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

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