#DD656C

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

Shades of Froly #DD656C

Tints of Froly #DD656C

Color information

#DD656C (or 0xDD656C) is unknown color: approx Froly. HEX triplet: DD, 65 and 6C. RGB value is (221,101,108). Sum of RGB (Red+Green+Blue) = 221+101+108=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD656C is #229A93. Grayscale: #898989. Windows color (decimal): -2267796 or 7103965. OLE color: 7103965.

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

Color convert

RGB221101108-
CMYK00.540.510.13
HSL356.5º63.83%63.14%-
HSV(B)356.5º54.3%86.67%-
XYZ37.1825.7617.2-
YUV137.68111.26187.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.40%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 108 (42.58% from 255) = 25.12%
R=51.40%
G=23.49%
B=25.12%

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
Decimal22110110800.540.510.13356.563.8363.14
HexDD656C03633D164403f
Octal335145154066631554410077
Binary1101110111001011101100011011011001111011011001001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD656C; }

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

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

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

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

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

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

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

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