#DD6A71

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

Shades of Froly #DD6A71

Tints of Froly #DD6A71

Color information

#DD6A71 (or 0xDD6A71) is unknown color: approx Froly. HEX triplet: DD, 6A and 71. RGB value is (221,106,113). Sum of RGB (Red+Green+Blue) = 221+106+113=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A71 is #22958E. Grayscale: #8D8D8D. Windows color (decimal): -2266511 or 7432925. OLE color: 7432925.

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

Color convert

RGB221106113-
CMYK00.520.490.13
HSL356.35º62.84%64.12%-
HSV(B)356.35º52.04%86.67%-
XYZ37.9526.8718.81-
YUV141.18112.1184.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.23%
GREEN value IS 106 (41.80% from 255) = 24.09%
BLUE value IS 113 (44.53% from 255) = 25.68%
R=50.23%
G=24.09%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110611300.520.490.13356.3562.8464.12
HexDD6A7103431D1643f40
Octal335152161064611554477100
Binary1101110111010101110001011010011000111011011001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6A71; }

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

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

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

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

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

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

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

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