#DD656D

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

Shades of Froly #DD656D

Tints of Froly #DD656D

Color information

#DD656D (or 0xDD656D) is unknown color: approx Froly. HEX triplet: DD, 65 and 6D. RGB value is (221,101,109). Sum of RGB (Red+Green+Blue) = 221+101+109=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD656D is #229A92. Grayscale: #898989. Windows color (decimal): -2267795 or 7169501. OLE color: 7169501.

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

Color convert

RGB221101109-
CMYK00.540.510.13
HSL356º63.83%63.14%-
HSV(B)356º54.3%86.67%-
XYZ37.2325.7817.48-
YUV137.79111.76187.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.28%
GREEN value IS 101 (39.84% from 255) = 23.43%
BLUE value IS 109 (42.97% from 255) = 25.29%
R=51.28%
G=23.43%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110110900.540.510.1335663.8363.14
HexDD656D03633D164403f
Octal335145155066631554410077
Binary1101110111001011101101011011011001111011011001001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD656D; }

 p { color: rgb(221,101,109); }

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

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

 a { background-color: rgb(221,101,109); }

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

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

 span { border-color: rgb(221,101,109); }

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