#DD656B

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

Shades of Froly #DD656B

Tints of Froly #DD656B

Color information

#DD656B (or 0xDD656B) is unknown color: approx Froly. HEX triplet: DD, 65 and 6B. RGB value is (221,101,107). Sum of RGB (Red+Green+Blue) = 221+101+107=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD656B is #229A94. Grayscale: #898989. Windows color (decimal): -2267797 or 7038429. OLE color: 7038429.

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

Color convert

RGB221101107-
CMYK00.540.520.13
HSL357º63.83%63.14%-
HSV(B)357º54.3%86.67%-
XYZ37.1325.7416.92-
YUV137.56110.76187.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.52%
GREEN value IS 101 (39.84% from 255) = 23.54%
BLUE value IS 107 (42.19% from 255) = 24.94%
R=51.52%
G=23.54%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110110700.540.520.1335763.8363.14
HexDD656B03634D165403f
Octal335145153066641554510077
Binary1101110111001011101011011011011010011011011001011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD656B; }

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

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

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

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

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

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

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

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