#DD7274

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

Shades of Froly #DD7274

Tints of Froly #DD7274

Color information

#DD7274 (or 0xDD7274) is unknown color: approx Froly. HEX triplet: DD, 72 and 74. RGB value is (221,114,116). Sum of RGB (Red+Green+Blue) = 221+114+116=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7274 is #228D8B. Grayscale: #929292. Windows color (decimal): -2264460 or 7631581. OLE color: 7631581.

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

Color convert

RGB221114116-
CMYK00.480.480.13
HSL358.88º61.14%65.69%-
HSV(B)358.88º48.42%86.67%-
XYZ38.9928.6720-
YUV146.22110.95181.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.00%
GREEN value IS 114 (44.92% from 255) = 25.28%
BLUE value IS 116 (45.70% from 255) = 25.72%
R=49.00%
G=25.28%
B=25.72%

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
Decimal22111411600.480.480.13358.8861.1465.69
HexDD727403030D1673d42
Octal335162164060601554775102
Binary1101110111100101110100011000011000011011011001111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7274; }

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

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

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

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

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

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

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

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